소스 검색

对接朗峰

cqp 1 개월 전
부모
커밋
a82f2de2ed
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/Service/TestService.php

+ 1 - 1
app/Service/TestService.php

@@ -463,7 +463,7 @@ class TestService extends Service
             'customSQLPath' => 'U8API/SO_SOMain/Get',
             'paramObj' => [
                 "@pagesize" => 3,
-                "@where" => "AND m.dDate >= '$fourDaysAgo'"
+                "@where" => "AND m.dcreatesystime >= '$today' AND m.dDate >= '$today'",
             ]
         ];
         $json = json_encode($json);