소스 검색

公出列表修改

anderx 4 년 전
부모
커밋
0f13eabade
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/main/java/com/goafanti/common/mapper/PublicReleaseMapper.xml

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

@@ -604,7 +604,7 @@ a.annex_url annexUrl ,a.remarks,a.duration ,a.valid_date validDate ,a.latitude ,
       and a.aid= #{aid}
     </if>
     <if test="sid != null">
-      and d.aid= #{sid}
+      and d.id= #{sid}
     </if>
     <if test="depId != null">
       and d.department_id = #{depId}
@@ -642,7 +642,7 @@ a.annex_url annexUrl ,a.remarks,a.duration ,a.valid_date validDate ,a.latitude ,
       and a.aid= #{aid}
     </if>
     <if test="sid != null">
-      and d.aid= #{sid}
+      and d.id= #{sid}
     </if>
     <if test="depId != null">
       and d.department_id = #{depId}