|
|
@@ -222,6 +222,7 @@ public class WxMerchantController extends BaseController { |
|
|
@SystemControllerLog(description = "商户-查看是否存在商户名称相同记录") |
|
|
@SystemControllerLog(description = "商户-查看是否存在商户名称相同记录") |
|
|
public ResultData hasMerchant(@ModelAttribute WxMerchant wxMerchant) { |
|
|
public ResultData hasMerchant(@ModelAttribute WxMerchant wxMerchant) { |
|
|
logger.debug("[" + getIpAddr() + "] WxMerchantController::hasMerchant"); |
|
|
logger.debug("[" + getIpAddr() + "] WxMerchantController::hasMerchant"); |
|
|
|
|
|
wxMerchant.setTenantId(getTenantId()); |
|
|
boolean has = wxMerchantService.hasMerchant(wxMerchant); |
|
|
boolean has = wxMerchantService.hasMerchant(wxMerchant); |
|
|
return new ResultData(has); |
|
|
return new ResultData(has); |
|
|
} |
|
|
} |
|
|
|