yeguodong 1 month ago
parent
commit
2c2c0595c5

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

@@ -120,6 +120,7 @@ public class YfDivideServiceImpl implements YfDivideService {
             ypOutDetlYf.setOutSeri(0);
             ypOutDetlYf.setInSeri(inSeri);
             ypOutDetlYf.setDrawNo(outDrawNo);
+            ypOutDetlYf.setGroupNo(ypBaseYfVo.getGroupNo());
             YpZdGroupNameVo vo = ypZdGroupNameService.selectYfInfoByGroupNo(ypOutDetlYf.getGroupNo());
             ypOutDetlYf.setDeptCode(vo.getDeptCode());
             YpZdDict ypZdDictOld = ypZdDictMapper.selectYpZdDictByCodeAndSerial(ypBaseYfVo.getChargeCode(), ypBaseYfVo.getOldSerial());