Commit 0bc8de85 by fudahua

企业绑定门店

parent c17a93d4
......@@ -215,8 +215,8 @@ public class WxEnterpriseRelatedApiServiceImpl implements WxEnterpriseRelatedApi
if (tab != null && (!tab.getWxEnterpriseRelatedId().equals(detailDTO.getWxEnterpriseRelatedId()))) {
logger.info("该企业已经被绑定过");
resp.setCode(2);
resp.setMessage("改企业已经被绑定!");
return resp;
resp.setMessage("该企业已经被绑定过!");
return resp;
}
if (tab == null) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment