Merge remote-tracking branch 'origin/master'

This commit is contained in:
zhangqinlin
2021-09-10 10:14:16 +08:00
@@ -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);