Commit 61e12da9 authored by tianbo's avatar tianbo

feat(amos-boot-system-tzs): 车用气瓶监管查询列表过滤掉“使用单位待提交”状态数据

parent a9edbd61
......@@ -39,8 +39,11 @@
and tjvi.use_unit_name like concat ('%',#{dto.useUnitName},'%')
</if>
<if test="dto.dataType == 'supervision' and client == 'jgAudit' ">
AND tjvi.receive_company_code = #{dto.useUnitCreditCode}
AND tjvi.status <![CDATA[<>]]> '使用单位待提交'
AND tjvi.receive_company_code = #{dto.useUnitCreditCode}
AND tjvi.status <![CDATA[<>]]> '使用单位待提交'
</if>
<if test="dto.dataType == 'supervision' and client == 'jgLook' ">
AND tjvi.status <![CDATA[<>]]> '使用单位待提交'
</if>
<if test="dto.dataType == 'company' ">
and tjvi.use_unit_credit_code = #{dto.useUnitCreditCode}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment