yeguodong 3 달 전
부모
커밋
2c2c0595c5
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

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