1;优化查询

This commit is contained in:
wangshuai 2024-07-20 18:56:13 +08:00
parent 8a819e8a48
commit 5803fecf11
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ public class RyTask {
* 统计昨日营销数 每天8点执行一次
*/
public void getReturnInfo() {
iMeituanService.getReturnInfo();
iMeituanService.getReturnInfo(null);
}