mirror of
http://192.168.1.205:9980/cf_devdept2/cf_imes_server.git
synced 2026-08-12 21:02:08 +08:00
修复:新增组织复制自定义板编号配置时错误增加organid=1的seq数据
This commit is contained in:
+3
-1
@@ -596,7 +596,9 @@ public class OrganServiceImpl implements OrganService {
|
||||
.build());
|
||||
|
||||
// 初始化组织自定义板编号序列
|
||||
customPlateNoSeqMapper.insert(new CustomPlateNoSeqDO());
|
||||
CustomPlateNoSeqDO customPlateNoSeqDO = new CustomPlateNoSeqDO();
|
||||
customPlateNoSeqDO.setOrganId(organId);
|
||||
customPlateNoSeqMapper.insert(customPlateNoSeqDO);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user