Przeglądaj źródła

药品拆分问题处理

hsh 2 lat temu
rodzic
commit
9390a74510

+ 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();