Commit 9bcc1ab6 authored by hongguangwu's avatar hongguangwu

费用划转,EKP同步HRO

parent 770ea2cc
......@@ -3283,6 +3283,7 @@ public class TPaymentInfoServiceImpl extends ServiceImpl<TPaymentInfoMapper, TPa
// 获取项目信息:
TSettleDomainSelectVo dept = archivesDaprUtil.selectDeptByNo(changeDeptVo.getNowProjectno());
if (dept != null && dept.getId() != null) {
changeDeptVo.setDept(dept);
// 变更数据的主键id
Set<String> idSet;
......
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