zq-erp/src/main/resources/mybatis/mapper/common/SysUsersDao.xml
@@ -486,6 +486,9 @@ <if test="signDate != null and signDate !='' "> sign_date = #{signDate} </if> <if test="openIds != null and openIds !='' "> open_ids = #{openIds} </if> </set> WHERE su_id=#{suId} @@ -1329,4 +1332,11 @@ select * from app_version </select> <select id="selectUserByOpenId" resultMap="SysUsersMap"> select * from sys_users where find_in_set(#{openId}, open_ids) <if test="companyId != null"> and company_id=#{companyId} </if> </select> </mapper>