瀏覽代碼

添加协单助手开发

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>