更改异常输出的系统代码

yun-zuoyi
贾文涛 5 years ago
parent c1d8ec308f
commit 9e074ad38e

@ -105,7 +105,7 @@ public class SysLabelTemplateService implements ISysLabelTemplateService {
SysLabelTemplate updateBefore = sysLabelTemplateRDao.getById(sysLabelTemplate.getId());
if (updateBefore == null) {
throw ImppExceptionBuilder.newInstance()
.setSystemID(CommonEnumUtil.SOFT_TYPE.WMS.getCode())
.setSystemID(CommonEnumUtil.SOFT_TYPE.CORE.getCode())
.setErrorCode(ImppExceptionEnum.VARIFY_EXCEPTION_DATA_NOT_EXIT.getCode())
.setErrorDetail("打印模板不存在")
.build();

Loading…
Cancel
Save