Ver código fonte

保留部分用户不发送

xueyiming 4 meses atrás
pai
commit
1a8b1ff7cb

+ 4 - 0
common-module/src/main/java/com/tzld/piaoquan/growth/common/dao/mapper/WeComUserMapper.java

@@ -32,4 +32,8 @@ public interface WeComUserMapper {
     int updateByPrimaryKeySelective(WeComUser record);
 
     int updateByPrimaryKey(WeComUser record);
+
+    Long selectIdByExternalUserId(String externalUserId);
+
+    void insertList(@Param("list") List<WeComUser> list);
 }