101captain
2022-06-24 bfbd9177062562a0a080f1032fe59a4af75f8862
bug修改
1个文件已修改
2 ■■■ 已修改文件
springcloud_k8s_panzhihuazhihuishequ/service_user/src/main/resources/mapper/UserDao.xml 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
springcloud_k8s_panzhihuazhihuishequ/service_user/src/main/resources/mapper/UserDao.xml
@@ -558,6 +558,6 @@
    </select>
    <select id="selectOrgAdmin" resultType="Integer">
        select count(*) from com_pb_check_unit where admin_json like concat('%',#{phone},'%')
        select count(*) from com_pb_check_unit where admin_phone like concat('%',#{phone},'%')
    </select>
</mapper>