Commit 23f82000 by jinxin

bug

parent 4fa4d5da
......@@ -257,7 +257,7 @@
<if test="wxEnterpriseId != null and wxEnterpriseId != ''">
and wx_enterprise_id = #{wxEnterpriseId}
</if>
<if test="orderId != null">
<if test="orderId != null and orderId != ''">
and order_id = #{orderId}
</if>
<if test="orderStatus != null">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment