moonsflyer 8 tháng trước cách đây
mục cha
commit
85cd693e67
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  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];
         }