This commit is contained in:
linfso 2024-11-15 14:27:41 +08:00
parent 0d5f2f7a01
commit 997b25a3f0

View File

@ -100,6 +100,18 @@
and create_time <![CDATA[ <= ]]> #{params.endCreateTime}
</if>
<!-- 非快递 海陆空铁-->
<if test="params.blHLK != null and params.blHLK == 1">
and trans_type!='1'
</if>
<!-- 快递 -->
<if test="params.blHLK != null and params.blHLK == 0">
and trans_type='1'
</if>
<if test="params.privSiteCode != null and params.privSiteCode != '88888'">
and (
start_site_code in (