yingzi 2 years ago
parent
commit
c8c8bec299
1 changed files with 1 additions and 0 deletions
  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);
         }