|
|
|
@@ -298,7 +298,7 @@ public class WxMerchantController extends BaseController { |
|
|
|
@TenantIgnore |
|
|
|
public ResultData hasMerchantEncode(@ModelAttribute WxMerchant wxMerchant) { |
|
|
|
logger.debug("[" + getIpAddr() + "] WxMerchantController::hasMerchantEncode{}"+wxMerchant.toString()); |
|
|
|
boolean has = wxMerchantService.hasMerchant(wxMerchant); |
|
|
|
boolean has = wxMerchantService.hasMerchantEncode(wxMerchant); |
|
|
|
return new ResultData(has); |
|
|
|
} |
|
|
|
|
|
|
|
|