md
This commit is contained in:
parent
0d5f2f7a01
commit
997b25a3f0
@ -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 (
|
||||
|
||||
Loading…
Reference in New Issue
Block a user