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