浏览代码

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>