Commit de62c687 authored by tianyiming's avatar tianyiming

bug修改

parent de9c0c99
...@@ -1603,7 +1603,7 @@ ...@@ -1603,7 +1603,7 @@
A.audit_status LIKE'%已完成%' A.audit_status LIKE'%已完成%'
AND b.supervise_org_code LIKE concat ( #{orgCode}, '%' ) AND b.supervise_org_code LIKE concat ( #{orgCode}, '%' )
AND A.apply_type = 'SB_TY' AND A.apply_type = 'SB_TY'
AND A.auditPassDate > CURDATE ( ) - 30 AND A.audit_pass_date > CURDATE ( ) - 30
) )
) )
GROUP BY GROUP BY
...@@ -1632,7 +1632,7 @@ ...@@ -1632,7 +1632,7 @@
A.audit_status LIKE'%已完成%' A.audit_status LIKE'%已完成%'
AND b.supervise_org_code LIKE concat ( #{orgCode}, '%' ) AND b.supervise_org_code LIKE concat ( #{orgCode}, '%' )
AND A.cancel_type = #{cancelType} AND A.cancel_type = #{cancelType}
AND A.auditPassDate > CURDATE ( ) - 30 AND A.audit_pass_date > CURDATE ( ) - 30
) )
) )
GROUP BY GROUP BY
......
...@@ -77,7 +77,7 @@ ...@@ -77,7 +77,7 @@
FROM FROM
"tz_jyjc_opening_application" "tz_jyjc_opening_application"
where where
status = '6616') a, status = '已完成') a,
tz_base_enterprise_info b, tz_base_enterprise_info b,
(select cert_no, min(expiry_date) as expiry_date, unit_code, cert_type_code from tz_base_unit_licence GROUP BY cert_no,unit_code,cert_type_code) l (select cert_no, min(expiry_date) as expiry_date, unit_code, cert_type_code from tz_base_unit_licence GROUP BY cert_no,unit_code,cert_type_code) l
where where
...@@ -122,7 +122,7 @@ ...@@ -122,7 +122,7 @@
tz_base_enterprise_info ei tz_base_enterprise_info ei
where where
oa.unit_code = ei.use_unit_code oa.unit_code = ei.use_unit_code
and oa.status = 6616 and oa.status = '已完成'
</select> </select>
<select id="queryJyjcOpeningApplicationListByIds" <select id="queryJyjcOpeningApplicationListByIds"
resultType="com.yeejoin.amos.boot.module.jyjc.api.vo.JyjcOpeningApplicationVo"> resultType="com.yeejoin.amos.boot.module.jyjc.api.vo.JyjcOpeningApplicationVo">
......
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