소스 검색

修改报表取值范围

guq 7 년 전
부모
커밋
bc3f88820c
1개의 변경된 파일과 1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      applications/purchase/purchase-server/src/main/resources/mapper/PurchaseReportMapper.xml

+ 1 - 0
applications/purchase/purchase-server/src/main/resources/mapper/PurchaseReportMapper.xml

@@ -121,6 +121,7 @@
       <if test="companyId != null">
         and   purchase.companyId = #{companyId}
       </if>
+      and pu_statuscode='AUDITED'
     </where>  order by pu_date desc
   </select>