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

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

@@ -142,7 +142,7 @@ class Backlog extends Controller
      * 查看待办
      * */
     public function content(){
-        echo "<pre>";print_r('111');exit;
+        //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'])){