Explorar el Código

导出会员openId

wangxy hace 1 semana
padre
commit
909a17f7b8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      fs-service/src/main/java/com/fs/his/mapper/FsUserMapper.java

+ 1 - 1
fs-service/src/main/java/com/fs/his/mapper/FsUserMapper.java

@@ -256,7 +256,7 @@ public interface FsUserMapper
             "</script>"})
     Long selectFsUserExportListVOCount(FsUserParam fsUser);
 
-    @Select("SELECT ma_open_id as openId FROM fs_user WHERE ma_open_id is not null")
+    @Select("SELECT mp_open_id as openId FROM fs_user WHERE mp_open_id is not null")
     List<UserOpenIdVO> selectOpenIdList();
 
     @Select("select * from fs_user where phone=#{phone}")