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