소스 검색

添加协单助手开发

anderx 3 년 전
부모
커밋
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>