2 년 전
부모
커밋
621300314b
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      platform-service/src/main/java/com/platform/service/yongyou/impl/YongyouServiceImpl.java

+ 1 - 0
platform-service/src/main/java/com/platform/service/yongyou/impl/YongyouServiceImpl.java

@@ -319,6 +319,7 @@ public class YongyouServiceImpl implements YongyouService {
         otherOutMain.setCmaker(outStoreFormVO.getCreatedUserName());// 申请人名称
         otherOutMain.setCdepcode(outStoreFormVO.getApplyDept());// 申请人部门
         otherOutMain.setCmemo(outStoreFormVO.getRemark());// 申请备注
+        otherOutMain.setCdepcode(outStoreFormVO.getDeptId());
         List<OutStoreDetailVO> detailVOS = outStoreFormVO.getDetailList();
         for (OutStoreDetailVO vo : detailVOS) {
             OtherOutDetail detail = new OtherOutDetail();