anderx 1 год назад
Родитель
Сommit
0957144a45
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" />
         <include refid="Base_Column_List" />
         from restrict_project
         from restrict_project
         where  type >0
         where  type >0
-        where uid =#{uid,jdbcType=VARCHAR}
+        and uid =#{uid,jdbcType=VARCHAR}
         <if test="aid != null">
         <if test="aid != null">
             and aid = #{aid,jdbcType=VARCHAR}
             and aid = #{aid,jdbcType=VARCHAR}
         </if>
         </if>