소스 검색

Merge branch 'test' of jishutao/kede-server into prod

anderx 1 년 전
부모
커밋
79c2e33260
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/main/java/com/goafanti/common/mapper/RestrictProjectMapper.xml

+ 1 - 1
src/main/java/com/goafanti/common/mapper/RestrictProjectMapper.xml

@@ -199,7 +199,7 @@
         <include refid="Base_Column_List" />
         from restrict_project
         where  type >0
-        where uid =#{uid,jdbcType=VARCHAR}
+        and uid =#{uid,jdbcType=VARCHAR}
         <if test="aid != null">
             and aid = #{aid,jdbcType=VARCHAR}
         </if>