Commit 87f616d9 authored by hongguangwu's avatar hongguangwu

收入优化

parent 57ea9ff6
......@@ -159,7 +159,7 @@ public class TIncomeController {
@Inner
@PostMapping("/inner/saveDetail")
public Boolean saveDetail(@RequestBody TIncomeDetail tIncomeDetail) {
return R.ok(tIncomeService.saveDetail(tIncomeDetail));
return tIncomeService.saveDetail(tIncomeDetail);
}
}
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