huanghongfa
2021-04-21 970ed0f8df6a19e4e3dae062c4e2e2232a0b97d0
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> " +