43624 返工作业:打印新条码后,单据无法点击返工完成。

tags/yfai-pcn-ext-v2.3
jun 6 months ago
parent 0e2fb59a96
commit 72b58c2130

@ -386,7 +386,7 @@ public class MesReworkTaskServiceImpl implements IMesReworkTaskService {
new Object[]{userName, TimeTool.getNowTime(true),sn.getProductSn(),sn.getDescription()},packBean);
//更新返工记录
packBean = DdlPackBean.getDdlPackBean(organizeCode);
DdlPreparedPack.getStringEqualPack(sn.getProductSn(),"sn",packBean);
DdlPreparedPack.getStringEqualPack(requestModel.getSn(),"sn",packBean);
DdlPreparedPack.getStringEqualPack(sn.getPartNo(),"partNo",packBean);
mesReworkTaskRepository.updateByProperties(new String[]{"modifyUser", "modifyDatetime","sn","description"},
new Object[]{userName, TimeTool.getNowTime(true),sn.getProductSn(),sn.getDescription()},packBean);

Loading…
Cancel
Save