Compare commits
2 Commits
dae58b0f80
...
89eb4d52e8
Author | SHA1 | Date |
---|---|---|
|
89eb4d52e8 | |
|
6e0c842d35 |
|
@ -99,7 +99,11 @@ public class ComplianceSupplierServiceImpl extends BaseService<ComplianceSupplie
|
|||
String sqjg = null;
|
||||
String cljg = null;
|
||||
if (businessDataStr.containsKey("formmain_11208")) {
|
||||
|
||||
try {
|
||||
Thread.sleep(10000);
|
||||
} catch (InterruptedException e) {
|
||||
Thread.currentThread().interrupt(); // 恢复中断状态
|
||||
}
|
||||
tableName = "formmain_11208";
|
||||
JSONObject mainData = businessDataStr.getJSONObject(tableName);
|
||||
id = mainData.getString("id");
|
||||
|
@ -134,7 +138,11 @@ public class ComplianceSupplierServiceImpl extends BaseService<ComplianceSupplie
|
|||
sqjg = "field0157";
|
||||
cljg = "field0158";
|
||||
} else if (businessDataStr.containsKey("formmain_11877")) {
|
||||
|
||||
try {
|
||||
Thread.sleep(10000);
|
||||
} catch (InterruptedException e) {
|
||||
Thread.currentThread().interrupt(); // 恢复中断状态
|
||||
}
|
||||
tableName = "formmain_11877";
|
||||
JSONObject mainData = businessDataStr.getJSONObject(tableName);
|
||||
id = mainData.getString("id");
|
||||
|
|
|
@ -506,7 +506,7 @@ public class NuoNuoServiceImpl extends BaseService<NuoNuoEntity, String> impleme
|
|||
}
|
||||
}
|
||||
//sendData.put("bizCallbackUrl", "http://10.0.2.112:9021/kangarooDataCenterV3/entranceController/nuoNuoQrdCallback");//回调地址测试
|
||||
sendData.put("bizCallbackUrl","http://10.0.2.112:9011/kangarooDataCenterV3/entranceController/nuoNuoQrdCallback");//回调地址正式
|
||||
sendData.put("redBizCallbackUrl","http://10.0.2.112:9011/kangarooDataCenterV3/entranceController/nuoNuoQrdCallback");//回调地址正式
|
||||
return sendData;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue