Browse Source

试剂耗材盘点推送数据增加库存id

gaozl 1 năm trước cách đây
mục cha
commit
345a7bd2c0

+ 1 - 0
ibps-provider-root/modules/provider-business/src/main/java/com/lc/ibps/components/reagent/service/TakeStockService.java

@@ -99,6 +99,7 @@ public class TakeStockService extends GenericProvider {
                 sub.put("ben_yue_ru_ku_",currIn);
                 sub.put("ben_yue_chu_ku_",currOut);
                 sub.put("ben_yue_jie_cun_",currBalance);
+                sub.put("ku_cun_id_",id);
                 commonDao.execute(SqlUtil.buildInsertSql(sub,"t_sjhcpdzb"));
             }
         }