|
|
@@ -1558,6 +1558,6 @@ public interface FsStoreOrderScrmMapper
|
|
|
@Select("SELECT * FROM fs_store_order_scrm WHERE status = 0 AND paid = 0 AND create_time < DATE_SUB(NOW(), INTERVAL #{unPayTime} MINUTE)")
|
|
|
List<FsStoreOrderScrm> selectUnpayTimeoutOrderList(@Param("unPayTime") Integer unPayTime);
|
|
|
|
|
|
- @Select("SELECT status FROM fs_store_order_scrm WHERE id = #{orderId})")
|
|
|
+ @Select("SELECT status FROM fs_store_order_scrm WHERE id = #{orderId}")
|
|
|
FsStoreOrderScrm selectStatusById(@Param("orderId") Long orderId);
|
|
|
}
|