|
@@ -413,7 +413,7 @@
|
|
|
select * from hy_order_info where delete_flag = '0'
|
|
|
AND common_id = #{commonId}
|
|
|
AND DATE_SUB(CURDATE(), INTERVAL 1 MONTH) <= date(create_date)
|
|
|
- AND order_status_key < '15'
|
|
|
+ AND order_status_key < 15
|
|
|
ORDER BY update_date DESC
|
|
|
</select>
|
|
|
|