Commit 696d3790 by jinxin

查询是否存在企业微信订单状态为待支付

parent 970ac92d
......@@ -209,7 +209,7 @@
FROM tab_haoban_licence_order
WHERE wx_enterprise_id = #{wxEnterpriseId}
and delete_flag = 0
and order_status = 0 limit 1
and qywx_order_status = 0 limit 1
</select>
<select id="getLicenceOrderPage" resultMap="BaseResultMap">
......
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