|
|
@@ -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);
|