WIN-2308041133\Administrator 6 miesięcy temu
rodzic
commit
9e8a9e6d7a
1 zmienionych plików z 2 dodań i 0 usunięć
  1. 2 0
      application/api/controller/Lave.php

+ 2 - 0
application/api/controller/Lave.php

@@ -331,6 +331,8 @@ class Lave extends Api
                     $where1['is_ticket']='0';
                     $where1['type']='0';
                     $where1['record_id']=$v['id'];
+                    $where1['contract_code']=$v['contract_code'];
+                    $where1['plan_id']=$v['plan_id'];
 //                $where1['help_id']='0';
                     @file_put_contents("quanju.txt", json_encode($where1)."测试申请扣款2-\r\n", 8);
                     $order = LaveMonthModel::create($where1);