Commit 71e7481c authored by 刘林's avatar 刘林 Committed by tianbo

fix(大屏):大屏接口修改

parent 40246bf2
......@@ -1594,7 +1594,7 @@
WHERE A.audit_status LIKE'%已完成%'
AND b.supervise_org_code LIKE concat ( #{orgCode}, '%' )
AND A.apply_type = 'SB_TY'
AND A.audit_pass_date > CURDATE ( ) - 30
AND A.audit_pass_date >= CURDATE ( ) - 30
)
)
GROUP BY "EQU_CATEGORY"
......@@ -1622,7 +1622,7 @@
A.audit_status LIKE'%已完成%'
AND b.supervise_org_code LIKE concat ( #{orgCode}, '%' )
AND A.cancel_type = #{cancelType}
AND A.audit_pass_date > CURDATE ( ) - 30
AND A.audit_pass_date >= CURDATE ( ) - 30
)
)
GROUP BY
......
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