anderx 1 год назад
Родитель
Сommit
0957144a45

+ 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>