Commit 6f4bed24 by fudahua

企业门店初始化

parent ac41b26d
......@@ -395,6 +395,7 @@ public class WxEnterpriseRelatedApiServiceImpl implements WxEnterpriseRelatedApi
String key = FLUSH_HAOBAN_BIND_STORE + enterpriseId;
//校验是否有同时执行
if (!checkFlush(enterpriseId, wxEnterpriseId)) {
logger.info("有正在执行,不能同时操作:{},{}", enterpriseId, optStaffId);
resp.setCode(2);
resp.setMessage("有正在执行,不能同时操作");
return resp;
......
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