次卡适用人群
This commit is contained in:
parent
7a9c5667a5
commit
3cffc27064
|
@ -359,7 +359,7 @@ public class UserPackageOrderServiceImpl extends ServiceImpl<UserPackageOrderDao
|
|||
/**
|
||||
* 每5分钟自动扫描未支付订单,进行取消,释放代金券
|
||||
*/
|
||||
// @Scheduled(cron = "0 0/5 * * * ?")
|
||||
@Scheduled(cron = "0 0/5 * * * ?")
|
||||
public void autoCancelOrders() {
|
||||
String value1 = commonInfoService.findOne(388).getValue();
|
||||
List<UserPackageOrder> ordersList = baseMapper.selectOrdersStatusByTime(value1);
|
||||
|
|
|
@ -18,7 +18,8 @@
|
|||
b.duration,
|
||||
b.status,
|
||||
b.classify_id as type,
|
||||
b.jianjie
|
||||
b.jianjie,
|
||||
b.apply_people
|
||||
from bl_massage_package_detail a inner join massage_type b on a.massage_type_id = b.massage_type_id
|
||||
where a.main_id = #{params.mainId}
|
||||
<if test="params.status!=null and params.status!=0">
|
||||
|
|
Loading…
Reference in New Issue