101captain
2022-07-23 4570e5d934867d3e2f5c19ec28e7dbc2af6b0207
springcloud_k8s_panzhihuazhihuishequ/service_partybuilding/src/main/java/com/panzhihua/service_dangjian/dao/ComPbMemberRoleDAO.java
@@ -31,8 +31,8 @@
    IPage<PartyCommitteeVO> pagePartyOrganization(Page page,
        @Param("partyCommitteeVO") PartyCommitteeVO partyCommitteeVO);
    @Select("select * from sys_user where phone=#{phone} and type=1")
    SysUserVO getSysUserByPhone(@Param("phone") String phone);
    @Select("select * from sys_user where phone=#{phone} AND app_id = #{appid} and type=1")
    SysUserVO getSysUserByPhone(@Param("phone") String phone, @Param("appid") String appid);
    /**
     * 根据身份证查询小程序用户id