|
@@ -30,7 +30,7 @@ public class WmesService {
|
|
|
|
|
|
|
|
public static void uploadData(){
|
|
public static void uploadData(){
|
|
|
|
|
|
|
|
- List<Record> find = Db.find("select * from jinzai_upload_master where upload_time is null limit 1000");
|
|
|
|
|
|
|
+ List<Record> find = Db.find("select * from jinzai_upload_master where upload_time is null limit 200");
|
|
|
|
|
|
|
|
if(find.isEmpty()){
|
|
if(find.isEmpty()){
|
|
|
Log.info("当前无数据,不同步");
|
|
Log.info("当前无数据,不同步");
|