Kaynağa Gözat

会计报告归档,按已完成的归档进行盒号查询

huangguoce 20 saat önce
ebeveyn
işleme
259f931439

+ 1 - 0
jeeplus-modules/jeeplus-finance/src/main/java/com/jeeplus/finance/projectReportArchive/mapper/xml/CwProjectReportArchiveMapper.xml

@@ -789,6 +789,7 @@
             like concat('%',#{reportType},'%')
             and a.number is not null
             and a.del_flag = '0'
+            and a.status = '5'
             and su.tenant_id != '10006'
         ORDER BY
             a.audit_date DESC