|
@@ -61,6 +61,11 @@ public class GLPPWXGQueryAdd {
|
|
|
return;
|
|
|
}
|
|
|
|
|
|
+ // 测试用
|
|
|
+ if (1==1){
|
|
|
+ return;
|
|
|
+ }
|
|
|
+
|
|
|
SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss");
|
|
|
|
|
|
log.info("开始同步获取网点师傅证件信息: \uF0B7{}",sdf.format(new Date()));
|
|
@@ -115,6 +120,12 @@ public class GLPPWXGQueryAdd {
|
|
|
return;
|
|
|
}
|
|
|
|
|
|
+ // 测试用
|
|
|
+ if (1==1){
|
|
|
+ return;
|
|
|
+ }
|
|
|
+
|
|
|
+
|
|
|
SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss");
|
|
|
|
|
|
log.info("开始同步网点师傅服务类目信息: \uF0B7{}",sdf.format(new Date()));
|
|
@@ -157,6 +168,11 @@ public class GLPPWXGQueryAdd {
|
|
|
return;
|
|
|
}
|
|
|
|
|
|
+ // 测试用
|
|
|
+ if (1==1){
|
|
|
+ return;
|
|
|
+ }
|
|
|
+
|
|
|
SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss");
|
|
|
|
|
|
log.info("开始同步获取总部网点师傅证件信息: \uF0B7{}",sdf.format(new Date()));
|