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 @@
RI.product_name,
UI.address
FROM
idx_biz_jg_register_info RI
LEFT JOIN 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"
LEFT JOIN idx_biz_jg_other_info oi ON oi."RECORD" = RI."RECORD"
WHERE EI.use_unit =#{useUnit} and oi."CLAIM_STATUS" = '已认领'
idx_biz_jg_register_info RI LEFT JOIN
idx_biz_jg_use_info UI ON RI."RECORD" = UI."RECORD"
WHERE RI."RECORD" in (SELECT "RECORD" FROM
idx_biz_jg_use_info WHERE "USE_UNIT_NAME"=#{useUnit} ) and "USE_ORG_CODE" is not null
</select>
<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