xiaoyong931011
2022-05-07 8ae34d73a8c0b7bd9373f0e2f65167c954007e2e
zq-erp/src/main/resources/mybatis/mapper/common/SysUsersDao.xml
@@ -1341,4 +1341,9 @@
        </if>
    </select>
    <update id="updateUserOpenId">
        update sys_users
        set open_ids=#{openId}
        where su_id=#{suId}
    </update>
</mapper>