moonsflyer hai 8 meses
pai
achega
85cd693e67
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      app/adminapi/lists/asset/AssetLeaseLists.php

+ 3 - 0
app/adminapi/lists/asset/AssetLeaseLists.php

@@ -270,6 +270,9 @@ class AssetLeaseLists extends BaseAdminDataLists implements ListsSearchInterface
         $assetLeaseInfo = AssetLeaseInfo::where($where)->where($tswhere)->findOrEmpty();
 
         if (!$assetLeaseInfo->isEmpty()) {
+            dump($assetLeaseInfo);
+            dump($where);
+            dump($tswhere);die;
             return ['code' => 0, 'msg' => '租赁期内有未到期的租赁信息!','data'=>$assetLeaseInfo];
         }