Explorar el Código

[商户][修改[分账账户删除功能方法名]

release_toaliyun_real
gongbiao hace 7 años
padre
commit
7261a31af9
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      mallinkBApi/src/main/java/com/iformall/controller/WxMerchantController.java

+ 1
- 1
mallinkBApi/src/main/java/com/iformall/controller/WxMerchantController.java Ver fichero

@@ -73,7 +73,7 @@ public class WxMerchantController extends BaseController {
@GetMapping("/deleteByReceiverId") @GetMapping("/deleteByReceiverId")
@ApiImplicitParam(name = "id", value = "商户分账账户ID", dataType = "Long", paramType = "query", required = true) @ApiImplicitParam(name = "id", value = "商户分账账户ID", dataType = "Long", paramType = "query", required = true)
public ResultData deleteByReceiverId(@ModelAttribute WxProfitSharingReceiver receiver) { public ResultData deleteByReceiverId(@ModelAttribute WxProfitSharingReceiver receiver) {
log.debug("[" + getIpAddr() + "] WxMerchantController::deleteByMerchantId");
log.debug("[" + getIpAddr() + "] WxMerchantController::deleteByReceiverId");
if (receiver.getId() == null) { if (receiver.getId() == null) {
return new ResultData(ErrorCode.SYS_PARAMETER_NOT_NULL.getCode(), "商户分账账户ID不能为空"); return new ResultData(ErrorCode.SYS_PARAMETER_NOT_NULL.getCode(), "商户分账账户ID不能为空");
} }


Cargando…
Cancelar
Guardar