cqp 1 день назад
Родитель
Сommit
8cccc719b0
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      app/Console/Commands/U8Settle.php

+ 1 - 1
app/Console/Commands/U8Settle.php

@@ -144,7 +144,7 @@ class U8Settle extends Command
                 'detail' => 'RdRecords08',
                 'main_key' => 'ID',
                 'key' => 'ID',
-                'whereRaw' => "(dDate >= '{$st}' and and COALESCE(cMemo, '') <> '接口生成')",
+                'whereRaw' => "(dDate >= '{$st}' and COALESCE(cMemo, '') <> '接口生成')",
                 'main_field' => ['ID as id','cCode as no','dDate as order_date','dnmaketime as crt_time', 'dnmodifytime as upd_time','cWhCode as warehouseCode','cHandler as reviewer'],
                 'son_field' => [
                     'detail.ID as id',