no message

This commit is contained in:
Guoqs
2024-08-03 10:53:44 +08:00
parent b6583fb1fe
commit 397353c7e5

View File

@@ -2544,7 +2544,7 @@
FROM order_basic_info t1
JOIN order_detail t2 ON t1.order_code = t2.order_code
WHERE t1.pile_connector_code = #{pileConnectorCode,jdbcType=VARCHAR}
AND t1.member_id = #{memberId,jdbcType=VARCHAR}
<!--AND t1.member_id = #{memberId,jdbcType=VARCHAR}-->
AND t1.create_time <![CDATA[ >= ]]> #{startTime,jdbcType=VARCHAR}
AND t1.create_time <![CDATA[ <= ]]> #{endTime,jdbcType=VARCHAR}
AND t1.order_status = '6'