Commit 50b4e6df authored by caotao's avatar caotao

Merge branch 'developer' of http://39.98.45.134:8090/moa/amos-boot-biz into developer

parents 277586cc d554953b
...@@ -12,11 +12,10 @@ ...@@ -12,11 +12,10 @@
RI.product_name, RI.product_name,
UI.address UI.address
FROM FROM
idx_biz_jg_register_info RI idx_biz_jg_register_info RI LEFT JOIN
LEFT JOIN idx_biz_jg_use_info UI ON RI."RECORD" = UI."RECORD" idx_biz_jg_use_info UI ON RI."RECORD" = UI."RECORD"
LEFT JOIN tz_base_enterprise_info EI ON EI.use_code = UI."USE_UNIT_CREDIT_CODE" WHERE RI."RECORD" in (SELECT "RECORD" FROM
LEFT JOIN idx_biz_jg_other_info oi ON oi."RECORD" = RI."RECORD" idx_biz_jg_use_info WHERE "USE_UNIT_NAME"=#{useUnit} ) and "USE_ORG_CODE" is not null
WHERE EI.use_unit =#{useUnit} and oi."CLAIM_STATUS" = '已认领'
</select> </select>
<select id="getInfo" <select id="getInfo"
......
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