111
parent
ec99a1ec2f
commit
7d38163c83
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue