Commit 89d31afe zshaohui

1.优化接口

1 个父辈 490bc827
...@@ -608,7 +608,7 @@ public class NLPShelfController extends BaseController { ...@@ -608,7 +608,7 @@ public class NLPShelfController extends BaseController {
} catch (Exception e) { } catch (Exception e) {
e.printStackTrace(); e.printStackTrace();
log.info("料架请求是否可以入库,异常:",e); log.info("料架请求是否可以入库,异常:",e);
throw new ValidateException("smfcore.checkNg",new String[]{e.getMessage()}); throw new ValidateException(e.getMessage());
} }
} }
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!