| | |
| | | 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); |
| | | |
| | | |
| | | IPage<com.panzhihua.common.model.vos.partybuilding.PartyCommitteeVO> pagePartyOrganizations(Page page, |
| | | @Param("partyCommitteeVO") com.panzhihua.common.model.vos.partybuilding.PartyCommitteeVO partyCommitteeVO); |
| | | |
| | | |
| | | @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 |