代码规范
parent
b0d1766e57
commit
e3554b9da7
|
@ -159,7 +159,6 @@ public class MdBinController extends BaseController {
|
||||||
systemService.addLog(message, Globals.Log_Type_DEL, Globals.Log_Leavel_INFO);
|
systemService.addLog(message, Globals.Log_Type_DEL, Globals.Log_Leavel_INFO);
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
e.printStackTrace();
|
e.printStackTrace();
|
||||||
message = "仓位停用失败";
|
|
||||||
throw new BusinessException(e.getMessage());
|
throw new BusinessException(e.getMessage());
|
||||||
}
|
}
|
||||||
j.setMsg(message);
|
j.setMsg(message);
|
||||||
|
@ -207,7 +206,6 @@ public class MdBinController extends BaseController {
|
||||||
|
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
e.printStackTrace();
|
e.printStackTrace();
|
||||||
message = "仓位同步失败功";
|
|
||||||
throw new BusinessException(e.getMessage());
|
throw new BusinessException(e.getMessage());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -281,14 +279,8 @@ public class MdBinController extends BaseController {
|
||||||
result.add(jsonParts);
|
result.add(jsonParts);
|
||||||
}
|
}
|
||||||
j.setObj(resultt.size());
|
j.setObj(resultt.size());
|
||||||
|
|
||||||
|
|
||||||
Map<String, Object> attrs = new HashMap<String, Object>();
|
Map<String, Object> attrs = new HashMap<String, Object>();
|
||||||
attrs.put("messageList", result);
|
attrs.put("messageList", result);
|
||||||
// String tip = MutiLangUtil.getMutiLangInstance().getLang("message.tip");
|
|
||||||
// attrs.put("tip", tip);
|
|
||||||
// String seeAll = MutiLangUtil.getMutiLangInstance().getLang("message.seeAll");
|
|
||||||
// attrs.put("seeAll", seeAll);
|
|
||||||
j.setAttributes(attrs);
|
j.setAttributes(attrs);
|
||||||
}
|
}
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
|
@ -393,10 +385,6 @@ public class MdBinController extends BaseController {
|
||||||
|
|
||||||
Map<String, Object> attrs = new HashMap<String, Object>();
|
Map<String, Object> attrs = new HashMap<String, Object>();
|
||||||
attrs.put("messageList", result);
|
attrs.put("messageList", result);
|
||||||
// String tip = MutiLangUtil.getMutiLangInstance().getLang("message.tip");
|
|
||||||
// attrs.put("tip", tip);
|
|
||||||
// String seeAll = MutiLangUtil.getMutiLangInstance().getLang("message.seeAll");
|
|
||||||
// attrs.put("seeAll", seeAll);
|
|
||||||
j.setAttributes(attrs);
|
j.setAttributes(attrs);
|
||||||
}
|
}
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
|
@ -502,7 +490,6 @@ public class MdBinController extends BaseController {
|
||||||
}
|
}
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
e.printStackTrace();
|
e.printStackTrace();
|
||||||
message = "仓位停用失败";
|
|
||||||
throw new BusinessException(e.getMessage());
|
throw new BusinessException(e.getMessage());
|
||||||
}
|
}
|
||||||
j.setMsg(message);
|
j.setMsg(message);
|
||||||
|
@ -541,7 +528,6 @@ public class MdBinController extends BaseController {
|
||||||
}
|
}
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
e.printStackTrace();
|
e.printStackTrace();
|
||||||
message = "仓位定义添加失败";
|
|
||||||
throw new BusinessException(e.getMessage());
|
throw new BusinessException(e.getMessage());
|
||||||
}
|
}
|
||||||
j.setMsg(message);
|
j.setMsg(message);
|
||||||
|
@ -566,7 +552,6 @@ public class MdBinController extends BaseController {
|
||||||
systemService.addLog(message, Globals.Log_Type_UPDATE, Globals.Log_Leavel_INFO);
|
systemService.addLog(message, Globals.Log_Type_UPDATE, Globals.Log_Leavel_INFO);
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
e.printStackTrace();
|
e.printStackTrace();
|
||||||
message = "仓位定义更新失败";
|
|
||||||
throw new BusinessException(e.getMessage());
|
throw new BusinessException(e.getMessage());
|
||||||
}
|
}
|
||||||
j.setMsg(message);
|
j.setMsg(message);
|
||||||
|
|
Loading…
Reference in New Issue