md
This commit is contained in:
parent
997b25a3f0
commit
8b99c825e2
@ -106,12 +106,10 @@
|
||||
</if>
|
||||
|
||||
<!-- 快递 -->
|
||||
<if test="params.blHLK != null and params.blHLK == 0">
|
||||
<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