|
|
|
@ -1224,7 +1224,7 @@ public interface HighOrderMapperExt { |
|
|
|
|
List<ApiThirdOrderModel> getApiThirdOrderByList(@Param("map") Map<String,Object> map); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@Select("SELECT * FROM high_order WHERE create_time < NOW()-INTERVAL 3 day and product_type = 9 and order_status = 2;") |
|
|
|
|
@Select("SELECT * FROM high_order WHERE create_time < NOW()-INTERVAL 3 day and product_type = 9 and order_status = 2 and pay_type = 4;") |
|
|
|
|
@Results({ |
|
|
|
|
@Result(column="id", property="id", jdbcType=JdbcType.BIGINT, id=true), |
|
|
|
|
@Result(column="title", property="title", jdbcType=JdbcType.VARCHAR), |
|
|
|
|