yingzi %!s(int64=2) %!d(string=hai) anos
pai
achega
c8c8bec299
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      Model/Shop/MShopRostering.Class.php

+ 1 - 0
Model/Shop/MShopRostering.Class.php

@@ -142,6 +142,7 @@ class MShopRostering extends MBaseModel
             return ResultWrapper::success($where);
         }
         $dbResult = $this->obj->get($where);
+        var_dump($dbResult);
         if(empty($dbResult)){
             return ResultWrapper::fail($this->obj->error(), ErrorCode::$dberror);
         }