Commit 48b28b44 authored by hongguangwu's avatar hongguangwu

MVP1.5.3-注释

parent d7d71bb1
......@@ -422,6 +422,7 @@ public class TSalaryAccountController {
@Operation(description = "提交时获取应发实发")
@GetMapping("/getAccountSumBySalaryId")
public R<TSalaryAccountSumVo> getAccountSumBySalaryId(@RequestParam String salaryId) {
// 劳务费,应发取值为导表的金额,不是加了税的应发。2023-4-23 11:21:10 产品倩倩与客服沟通的结果
return R.ok(tSalaryAccountService.getAccountSumBySalaryId(salaryId));
}
......
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