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