Преглед изворни кода

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>