|
|
|
@ -28,6 +28,6 @@ public class QueryRevoGoodsStatus extends QuartzJobBean { |
|
|
|
String nowstr = localDateTime.format(DateTimeFormatter.ofPattern("yyyy-MM-dd HH:mm:ss")); |
|
|
|
log.info("查询撤销结果:"+nowstr); |
|
|
|
//
|
|
|
|
goodsTaskService.getRevocationGoods(); |
|
|
|
goodsTaskService.queryRevocationGoods(); |
|
|
|
} |
|
|
|
} |
|
|
|
|