wangxiaodong 3 years ago
parent
commit
f2ef51a6a8
1 changed files with 1 additions and 0 deletions
  1. 1 0
      application/loan/controller/Backlog.php

+ 1 - 0
application/loan/controller/Backlog.php

@@ -142,6 +142,7 @@ class Backlog extends Controller
      * 查看待办
      * */
     public function content(){
+        echo "<pre>";print_r('111');exit;
         $bid = input('id/d',0);
         $info = Db::table('dx_backlog_content')->where(['bid'=>$bid])->order('id desc')->find();
         if (!empty($info['img'])){