Commit 4c6502cc authored by hongguangwu's avatar hongguangwu

MVP1.5-薪资差额单

parent e6421469
......@@ -965,7 +965,6 @@ public class TSalaryStandardServiceImpl extends ServiceImpl<TSalaryStandardMappe
if (oldSalary == null) {
return R.failed("未找到工资表!");
}
List<TSalaryAccountItem> itemList = salaryAccountItemService.getListByAccIdList(accIdList);
TSalaryStandard newSalary = new TSalaryStandard();
BeanUtil.copyProperties(oldSalary, newSalary);
newSalary.setId(null);
......
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