Browse Source

1 出入库模块修改仓库赋值空bug

11816 2 weeks ago
parent
commit
926dc72383

+ 5
- 0
src/main/java/com/example/backend/pAndSExe/service/impl/StockServiceImpl.java View File

@@ -254,6 +254,11 @@ public class StockServiceImpl implements StockService {
254 254
 
255 255
                 // 插入子表
256 256
                 mdkcdtlMapper.insert(dtl);
257
+                if (exe1.getFmodalid()==24){
258
+                    mdkcctrlMapper.insert24Id(ctrlId);
259
+                }else if (exe1.getFmodalid()==22){
260
+                    mdkcctrlMapper.insert22Id(ctrlId);
261
+                }
257 262
 
258 263
 
259 264
 

Loading…
Cancel
Save