puhanshu
2022-07-23 8aa3663aeccc91a69d9fa98274bcbcbd1be83c8a
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