feat:报告数据算法调整
This commit is contained in:
@@ -65,6 +65,9 @@
|
||||
select 1 from T_RPT_DOC_MAIN dm left join T_RPT_DOC_MAIN_CORR dc on dm.id = dc.MAIN_ID
|
||||
where dc.CORR_ID = m.id and dm.FLW_STS in ('not_start','in_progress','completed','rejected') and dm.deleted = 0
|
||||
)
|
||||
<if test="param.assayStatus != null and param.assayStatus != ''">
|
||||
and m.ASY_STS = #{param.assayStatus}
|
||||
</if>
|
||||
<if test="param.entrustType != null and param.entrustType != ''">
|
||||
and m.ENTT_TP = #{param.entrustType}
|
||||
</if>
|
||||
|
||||
Reference in New Issue
Block a user