Commit 8ec77984 authored by tianyiming's avatar tianyiming

feat: bug修改

parent 86754695
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
GROUP BY unit_change_registration_id GROUP BY unit_change_registration_id
) )
select select
DISTINCT ins.sequence_nbr AS sequenceNbr, DISTINCT isn.sequence_nbr AS sequenceNbr,
isn.*, isn.*,
ed.orgBranchCodes ed.orgBranchCodes
FROM FROM
......
...@@ -411,7 +411,6 @@ ...@@ -411,7 +411,6 @@
project_contraption_id project_contraption_id
FROM tzs_jg_use_registration FROM tzs_jg_use_registration
WHERE is_delete = 0 WHERE is_delete = 0
AND supervision_org_code LIKE CONCAT(#{dto.supervisionOrgCode}, '%')
AND status <![CDATA[<>]]> '使用单位待提交' AND status <![CDATA[<>]]> '使用单位待提交'
<!-- 公共主表过滤条件 --> <!-- 公共主表过滤条件 -->
<if test="dto.status != null and dto.status != ''"> <if test="dto.status != null and dto.status != ''">
...@@ -585,7 +584,6 @@ ...@@ -585,7 +584,6 @@
LEFT JOIN idx_biz_jg_register_info jri ON re.equ_id = jri."RECORD" LEFT JOIN idx_biz_jg_register_info jri ON re.equ_id = jri."RECORD"
LEFT JOIN idx_biz_jg_other_info other ON re.equ_id = other."RECORD" LEFT JOIN idx_biz_jg_other_info other ON re.equ_id = other."RECORD"
WHERE ur.is_delete = 0 WHERE ur.is_delete = 0
AND ur.supervision_org_code LIKE CONCAT(#{dto.supervisionOrgCode}, '%')
AND ur.status <![CDATA[<>]]> '使用单位待提交' AND ur.status <![CDATA[<>]]> '使用单位待提交'
<!-- 统一设备过滤条件 --> <!-- 统一设备过滤条件 -->
<if test="dto.equList != null and dto.equList != ''"> <if test="dto.equList != null and dto.equList != ''">
......
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