Commit 2f7da5af by fudahua

企业绑定门店

parent 0c84c4df
...@@ -465,7 +465,7 @@ ...@@ -465,7 +465,7 @@
update tab_haoban_external_clerk_related update tab_haoban_external_clerk_related
set set
status_flag = 4, status_flag = 4,
push_times += 1, push_times =push_times + 1,
update_time = now() update_time = now()
where relation_key = #{relationKey,jdbcType=VARCHAR} where relation_key = #{relationKey,jdbcType=VARCHAR}
and status_flag in(3,4) and status_flag in(3,4)
......
...@@ -68,7 +68,8 @@ public class ServiceTest { ...@@ -68,7 +68,8 @@ public class ServiceTest {
} catch (InterruptedException e) { } catch (InterruptedException e) {
e.printStackTrace(); e.printStackTrace();
} }
wxEnterpriseRelatedApiService.flushBindStoreToDelayMq("testEnteroriseId", flushStoreMqDTO); wxEnterpriseRelatedApiService.flushBindStoreByEnterpriseId("ff8080815dacd3a2015dacd3ef5c0000",
"-1", "-1", ChannelCodeEnum.SYNC_UNBIND.getCode());
} }
// List<String> ids = new ArrayList<>(); // List<String> ids = new ArrayList<>();
......
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