调整同步条数
parent
9cedc28427
commit
055a2c50e0
|
|
@ -231,7 +231,7 @@ public class SyncTaskService {
|
||||||
}
|
}
|
||||||
|
|
||||||
public List<SyncTask> unsynclist(int supermarket_id) {
|
public List<SyncTask> unsynclist(int supermarket_id) {
|
||||||
return SyncTask.dao.find("select * from sync_task t where t.state = 0 and t.supermarket_id = ? order by t.create_time limit 0, 500", supermarket_id);
|
return SyncTask.dao.find("select * from sync_task t where t.state = 0 and t.supermarket_id = ? order by t.create_time limit 0, 1000", supermarket_id);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue