Commit 9147cefa authored by renchao's avatar renchao

生产工序业务修改

parent a48e9d2b
......@@ -110,7 +110,7 @@ public class TProcessesDrillingServiceImpl extends ServiceImpl<TProcessesDrillin
date = Integer.valueOf(name.getData());
} catch (Exception e) {
e.printStackTrace();
return R.failed("穿孔工序中->name字段转化为integer失败,name不为数字");
return R.failed("穿孔工序中->字典SysDict的id为6数据的name字段转化为integer失败,name不为数字");
}
//初始化QueryWrapper
queryWrapper = new QueryWrapper<>();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment