This commit is contained in:
linfso 2024-06-24 21:11:22 +08:00
parent 4ec43bfcf7
commit fa9218f732

View File

@ -615,6 +615,7 @@
and a.trans_line_type in(
select line_code from emis_trans_line etl where etl.trans_type=1
)
and a.send_site_code=#{params.privSiteCode} and a.current_site_code=#{params.privSiteCode}
</if>