Commit 4e3449a4 by mobh Committed by chenzg

修改问题

parent 13370223
...@@ -3765,54 +3765,12 @@ public class SalaryManagementController { ...@@ -3765,54 +3765,12 @@ public class SalaryManagementController {
} }
spe.setDetailed(detailed); spe.setDetailed(detailed);
} }
specific.add(spe); specific.add(spe);
} }
top.setSpecific(specific); top.setSpecific(specific);
} }
} }
return ResultUtil.data(top,"操作成功!"); return ResultUtil.data(top,"操作成功!");
} }
} }
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