dev
pre-production
@ -47,7 +47,7 @@
from zb_order_package tt
where exists(
select 1 from (
<foreach collection="packageList" index="ind" item="item">
<foreach collection="packageCodeList" index="ind" item="item">
<if test="ind == 0">
select #{item} pid
</if>