master
erzhongxmu 2023-04-18 09:24:59 +08:00
parent ec99a1ec2f
commit 7d38163c83
1 changed files with 1 additions and 14 deletions

View File

@ -208,29 +208,16 @@ public class MdCusOtherController extends BaseController {
String message = null;
AjaxJson j = new AjaxJson();
message = "读取成功";
try {
if ("UAS".equals(ResourceUtil.getConfigByName("interfacetype"))){
if(StringUtil.isEmpty(formDate)){
formDate = "2011-01-01";
}
wmIntUtil.getCus(formDate);
}
if ("DSC".equals(ResourceUtil.getConfigByName("interfacetype"))){
dscUtil.updateCusFromDsc();
}
systemService.addLog(message, Globals.Log_Type_UPDATE,
Globals.Log_Leavel_INFO);
} catch (Exception e) {