fix
This commit is contained in:
parent
51b9ef2da3
commit
af91e90b18
|
|
@ -178,10 +178,10 @@
|
||||||
#{item}
|
#{item}
|
||||||
</foreach>
|
</foreach>
|
||||||
</if>
|
</if>
|
||||||
<if test="billingState == '1'">
|
<if test='billingState == "1"'>
|
||||||
and od.order_status in ('0','1','2','3','4')
|
and od.order_status in ('0','1','2','3','4')
|
||||||
</if>
|
</if>
|
||||||
<if test="billingState != null and billingState != '' and billingState != '1'">
|
<if test='billingState != null and billingState != "" and billingState != "1"'>
|
||||||
and od.order_status = #{billingState}
|
and od.order_status = #{billingState}
|
||||||
</if>
|
</if>
|
||||||
</where>
|
</where>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue