|
|
@@ -57,9 +57,6 @@ public class UploadWorkerTOGree {
|
|
|
//师傅入驻格力新网点前先同步证件数据
|
|
|
@Scheduled(fixedDelayString = "${workercerupload}")
|
|
|
public void workAddCertProcess() throws Exception {
|
|
|
- if (1==1){
|
|
|
- return;
|
|
|
- }
|
|
|
SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss");
|
|
|
if (workerceruploadc.equals(TaskConfigEnum.FALSE.getCode())){
|
|
|
return;
|
|
|
@@ -77,10 +74,6 @@ public class UploadWorkerTOGree {
|
|
|
//师傅入驻格力新网点
|
|
|
@Scheduled(fixedDelayString = "${workercerupload}")
|
|
|
public void workAddProcess() throws Exception {
|
|
|
- if (1==1){
|
|
|
- return;
|
|
|
- }
|
|
|
-
|
|
|
SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss");
|
|
|
if (workerceruploadc.equals(TaskConfigEnum.FALSE.getCode())){
|
|
|
return;
|