no
DESKTOP-71BH0QO\L、ming
2021-04-20 898303699571f18f3dcc2dc4157648a06f656e2a
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/dao/ComOpsHouseDAO.java
@@ -23,7 +23,7 @@
   @Select("select type,name,phone,image_url from sys_user where user_id=#{userId}")
   LoginUserInfoVO selectUserByUserId(Long userId);
   @Select("select user_id from sys_user where user_id=#{name}  limit 1")
   @Select("select user_id from sys_user where name like concat('%',#{name},'%')  limit 1")
   Long selectUserIdByName(String name);
   @Select("<script> " +