Commit f46ed178 by jianshuqin

人事系统推送到费用系统接口 增加所属项目

parent 73c0d486
......@@ -54,5 +54,6 @@ public class WageCostDto {
//附件外链地址
private String fileUrl;
//所属项目
private String project;
}
......@@ -381,6 +381,7 @@ public class CostApiServiceImpl implements CostApiService {
BeanUtils.copyProperties(costDomain, costDetailDomain);
costDetailDomain.setDetailNo(costNo + "-1");
costDetailDomain.setFilePath(path);
costDetailDomain.setProject(wageCostDto.getProject());
costDetailDao.insert(costDetailDomain);
CostLogDomain costLogDomain = new CostLogDomain();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment