пре 2 година
родитељ
комит
621300314b

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