anderx лет назад: 3
Родитель
Сommit
10e279f6a3
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/main/java/com/goafanti/common/mapper/PublicReleaseMapper.xml

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

@@ -833,7 +833,7 @@ a.assist,a.assist_aid assistAid,a.assist_aid_name assistAidName,a.type,a.main_na
       and type= #{type}
     </if>
     <if test="aid !=null">
-      and type= #{aid}
+      and aid= #{aid}
     </if>
   </update>
 </mapper>