Browse Source

添加协单助手开发

anderx 3 years ago
parent
commit
10e279f6a3
1 changed files with 1 additions and 1 deletions
  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>