Explorar el Código

存储列表,详情添加状态。存储状态为关闭,详情添加取消存储

董荣正 hace 1 mes
padre
commit
f4d4f6a563
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      application/admin/controller/user/Userpledge.php

+ 1 - 1
application/admin/controller/user/Userpledge.php

@@ -104,7 +104,7 @@ class Userpledge extends Backend
             }
             
         }
-        dump($orderData);
+        dump(count($orderData));
         $userpledge_status=$row['status'];
         
         $this->view->assign("userpledge_status", $userpledge_status);