Merge remote-tracking branch 'origin/master'
This commit is contained in:
+2
-2
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user