mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-07-13 10:38:05 +08:00
update 修改提现方式
This commit is contained in:
@@ -151,7 +151,7 @@ public class PileMerchantInfoController extends BaseController {
|
|||||||
*/
|
*/
|
||||||
@PreAuthorize("@ss.hasPermi('pile:merchant:edit')")
|
@PreAuthorize("@ss.hasPermi('pile:merchant:edit')")
|
||||||
@Log(title = "修改提现方式", businessType = BusinessType.UPDATE)
|
@Log(title = "修改提现方式", businessType = BusinessType.UPDATE)
|
||||||
@PutMapping("/updateWithdrawalType")
|
@PostMapping("/updateWithdrawalType")
|
||||||
public AjaxResult updateWithdrawalType(@RequestBody MerchantWithdrawalTypeVO dto) {
|
public AjaxResult updateWithdrawalType(@RequestBody MerchantWithdrawalTypeVO dto) {
|
||||||
return toAjax(pileMerchantInfoService.updateWithdrawalType(dto));
|
return toAjax(pileMerchantInfoService.updateWithdrawalType(dto));
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -667,7 +667,7 @@ public class PileMerchantInfoServiceImpl implements PileMerchantInfoService {
|
|||||||
}
|
}
|
||||||
merchantInfo.setUpdateBy(SecurityUtils.getUsername());
|
merchantInfo.setUpdateBy(SecurityUtils.getUsername());
|
||||||
merchantInfo.setUpdateTime(DateUtils.getNowDate());
|
merchantInfo.setUpdateTime(DateUtils.getNowDate());
|
||||||
return pileMerchantInfoMapper.updatePileMerchantInfo(merchantInfo);
|
return pileMerchantInfoMapper.updateByPrimaryKeySelective(merchantInfo);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user