wupengfei 2 năm trước cách đây
mục cha
commit
d927f4a4bd
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      application/nutrition/controller/SeriesDatum.php

+ 1 - 1
application/nutrition/controller/SeriesDatum.php

@@ -168,7 +168,7 @@ class SeriesDatum extends Controller
                 ->alias('d')
                 ->leftJoin('DatumCate c','c.id = d.datum_cate')
                 ->find()->toArray();
-            $this->fetch('',['datum_info'=>$datum_info]);
+            $this->fetch('add_datum',['datum_info'=>$datum_info]);
         }else{
             $this->success('添加成功');
         }