Commit 084097ec by huluobin

# 更新

parent 188c4418
......@@ -85,6 +85,7 @@ public class SyncFeeService {
}
dcBaseFinanceFee.setBjModified(LocalDateTime.now());
dcBaseFinanceFee.setIsManageCost(costDto.getIsManageCost());
dcBaseFinanceFee.setDepartmentName(costDto.getDepartmentName());
//更新
int update = dcBaseFinanceFeeMapper.update(dcBaseFinanceFee, new LambdaQueryWrapper<DcBaseFinanceFee>()
.eq(DcBaseFinanceFee::getCostNo, dcBaseFinanceFee.getCostNo()));
......
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