Commit 71914575 by jinxin

企业微信订单未支付列表页查询

parent 6f1a60fe
......@@ -223,6 +223,9 @@
and qywx_order_id=#{qywxOrderId}
</if>
<if test="qywxOrderStatus != null">
<if test="qywxOrderStatus == 0">
and qywx_order_status is null
</if>
and qywx_order_status=#{qywxOrderStatus}
</if>
<if test="startTime != null and startTime !='' ">
......
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