|
@@ -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'])){
|