This commit is contained in:
baozhipeng
2021-09-10 10:13:49 +08:00
parent 61ce23f99c
commit 38947f96db
@@ -85,9 +85,9 @@ public class PayPaymentRecordController extends JeroController<PayPaymentRecord,
/**
* 编辑来款阶段
* 编辑来款
*/
@ApiOperation(value="编辑来款阶段", notes="编辑来款阶段")
@ApiOperation(value="编辑来款", notes="编辑来款")
@PutMapping(value = "/editAmountReceived")
public Result<?> editAmountReceived(@RequestBody PayPaymentRecord payPaymentRecord) {
payPaymentRecordService.updateById(payPaymentRecord);