@ -220,7 +220,7 @@ public class GoodsController {
|| body.getGoodsId() == null
|| body.getOriginalPrice() == null
|| body.getSalePrice() == null
// || body.getPurLimit() == null
|| body.getPurLimit() == null
|| body.getStock() == null
|| body.getSalesEndTime() == null
|| StringUtils.isBlank(body.getShowImg())
@ -107,7 +107,7 @@ public class JdGoodsSchedule {
}
@Scheduled(cron = "0 0/2 * * * ?")
@Scheduled(cron = "0 0 0/2 * * ?") // 每隔2小时执行一次
public void orderGoodsLogistics() {
try {