Browse Source

修改工具领用和报工提示信息

master
qiezi 1 year ago
parent
commit
42faf5d0ec
  1. 3
      src/main/java/com/jtem/modules/Schedule/service/impl/ScheduleServiceImpl.java

3
src/main/java/com/jtem/modules/Schedule/service/impl/ScheduleServiceImpl.java

@ -375,8 +375,9 @@ public class ScheduleServiceImpl implements ScheduleService {
String toolId=scheduleMapper.getToolIdWithToolInstanceID(inData.getSite(),inData.getToolInstanceId());
inData.setToolId(toolId);
scheduleMapper.saveToolUsageHist(inData);
// 工具报工后执行 工具领用函数
// 工具报工后执行 工具领用校验函数
// 只提醒不妨碍报工
//存储过程判断
List<Object> params = new ArrayList<>();
//工厂编码

Loading…
Cancel
Save