Просмотр исходного кода

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

anderx 1 год назад
Родитель
Сommit
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>