DESKTOP-71BH0QO\L、ming
2021-04-21 3ffa739e77cdafdc4be1aa153acb3423071cd102
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> " +