Browse Source

对接朗峰

cqp 1 month ago
parent
commit
a82f2de2ed
1 changed files with 1 additions and 1 deletions
  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);