ソースを参照

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

11816 1ヶ月前
コミット
926dc72383

+ 5
- 0
src/main/java/com/example/backend/pAndSExe/service/impl/StockServiceImpl.java ファイルの表示

@@ -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
 

読み込み中…
キャンセル
保存