Commit 9e37e9c1 authored by zhangyingbin's avatar zhangyingbin

修改企业mapper.xml文件

parent f69f1c74
...@@ -10,10 +10,11 @@ ...@@ -10,10 +10,11 @@
RI.product_name, RI.product_name,
UI.address UI.address
FROM FROM
( SELECT EI.use_code FROM tz_base_enterprise_info EI WHERE EI.sequence_nbr = #{sequenceNbr} ) EI,
tz_jg_registration_info AS RI tz_jg_registration_info AS RI
LEFT JOIN tz_jg_use_info UI ON RI.sequence_code = UI.sequence_code LEFT JOIN tz_jg_use_info UI ON RI.sequence_code = UI.sequence_code
WHERE EI.use_code = RI.organization_code LEFT JOIN tz_base_enterprise_info EI ON EI.sequence_nbr = #{sequenceNbr}
WHERE
EI.use_code = RI.organization_code
</select> </select>
</mapper> </mapper>
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