소스 검색

新增无限制公出审核列表开发

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

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

@@ -817,6 +817,9 @@
         <if test="type==1">
             left join admin_public_reviewer apr on a.aid=apr.aid
         </if>
+        <if test="type==7">
+            left join t_order_public_release_count opc on a.order_no=opc.order_no
+        </if>
         where 1=1
         <include refid="listPublicReleaseSql"/>
     </select>