|
@@ -639,7 +639,7 @@ public class BankDepositController extends BaseController {
|
|
|
// 线下退款状态更新
|
|
|
@Log(title = "更新不明保证金退款")
|
|
|
@PutMapping("/updateUnclearInfo")
|
|
|
- public AjaxResult updateUnclearInfo(BankUncleardeposit bankUncleardeposit){
|
|
|
+ public AjaxResult updateUnclearInfo(@RequestBody BankUncleardeposit bankUncleardeposit){
|
|
|
return toAjax(bankUncleardepositService.updateBankUncleardeposit(bankUncleardeposit));
|
|
|
}
|
|
|
|