101captain
2022-06-21 0a00c20dcdb55b9a57b30caa769044aa281ff631
springcloud_k8s_panzhihuazhihuishequ/service_user/src/main/resources/mapper/UserDao.xml
@@ -559,6 +559,6 @@
    </select>
    <select id="selectOrgAdmin" resultType="Integer">
        select count(*) from com_pb_check_unit where admin_phone = #{phone}
        select count(*) from com_pb_check_unit where admin_json like concat('%',#{phone},'%')
    </select>
</mapper>