haungfuli 3 năm trước cách đây
mục cha
commit
680cb1225e

+ 1 - 1
winsea-haixin-plugin-wangluohuoyun/src/main/resources/mapper/OrderInfoMapper.xml

@@ -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>