瀏覽代碼

药品拆分问题处理

hsh 2 年之前
父節點
當前提交
9390a74510
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/main/java/cn/hnthyy/thmz/service/impl/his/yf/YfDivideServiceImpl.java

+ 1 - 0
src/main/java/cn/hnthyy/thmz/service/impl/his/yf/YfDivideServiceImpl.java

@@ -150,6 +150,7 @@ public class YfDivideServiceImpl implements YfDivideService {
                 ypBaseYfNew.setSerial("01");
                 ypBaseYfNew.setGroupNo(ypBaseYfVo.getGroupNo());
                 ypBaseYfNew.setLocation(ypBaseYfVo.getLocation());
+                ypBaseYfNew.setPackRetprice(ypZdDict.getPackRetprice());
                 ypBaseYfMapper.insertYpBaseYf(ypBaseYfNew);
             }else{
                 double stockAmount = ypInDetlYf.getCurrentStock();