md
This commit is contained in:
parent
0f037089c4
commit
d3e74f41b7
@ -99,16 +99,6 @@
|
||||
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 or (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