mirror of
http://192.168.1.205:9980/cf_devdept2/cf_imes_server.git
synced 2026-08-13 21:32:07 +08:00
禅道#1185问题修复
This commit is contained in:
+1
-1
@@ -37,7 +37,7 @@ public class OrderNoRuleResetServiceHandler extends AbstractCustomPlateNoResetSe
|
||||
// 更新机构下全局序号中的生产单前序值
|
||||
LambdaUpdateWrapper<CustomPlateNoSeqDO> seqLambdaUpdateWrapper = new LambdaUpdateWrapper<CustomPlateNoSeqDO>()
|
||||
.eq(CustomPlateNoSeqDO::getOrganId, OrganContextHolder.getOrganId())
|
||||
.set(CustomPlateNoSeqDO::getOrderNoSeq, ruleDTO.getInitValue());
|
||||
.set(CustomPlateNoSeqDO::getOrderNoSeq, null);
|
||||
customPlateNoSeqMapper.update(seqLambdaUpdateWrapper);
|
||||
|
||||
// 更新使用该配置的生产单中的orderNoSeq
|
||||
|
||||
+1
-1
@@ -42,7 +42,7 @@ public class PlateNoRuleResetServiceHandler extends AbstractCustomPlateNoResetSe
|
||||
// 更新机构下全局序号中的板件序号前序值
|
||||
LambdaUpdateWrapper<CustomPlateNoSeqDO> seqLambdaUpdateWrapper = new LambdaUpdateWrapper<CustomPlateNoSeqDO>()
|
||||
.eq(CustomPlateNoSeqDO::getOrganId, OrganContextHolder.getOrganId())
|
||||
.set(CustomPlateNoSeqDO::getPlateNoSeq, ruleDTO.getInitValue());
|
||||
.set(CustomPlateNoSeqDO::getPlateNoSeq, null);
|
||||
customPlateNoSeqMapper.update(seqLambdaUpdateWrapper);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user