|
@ -16,6 +16,7 @@ import com.qs.cost.module.domain.dto.U8API4SaleOrder; |
|
|
import lombok.AllArgsConstructor; |
|
|
import lombok.AllArgsConstructor; |
|
|
import lombok.extern.slf4j.Slf4j; |
|
|
import lombok.extern.slf4j.Slf4j; |
|
|
import org.springframework.beans.factory.annotation.Autowired; |
|
|
import org.springframework.beans.factory.annotation.Autowired; |
|
|
|
|
|
import org.springframework.scheduling.annotation.Scheduled; |
|
|
import org.springframework.stereotype.Service; |
|
|
import org.springframework.stereotype.Service; |
|
|
import org.springframework.web.bind.annotation.PostMapping; |
|
|
import org.springframework.web.bind.annotation.PostMapping; |
|
|
import org.springframework.web.bind.annotation.RequestBody; |
|
|
import org.springframework.web.bind.annotation.RequestBody; |
|
@ -115,6 +116,7 @@ public class JiaJinService { |
|
|
System.out.println(); |
|
|
System.out.println(); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
//@Scheduled(cron = "")
|
|
|
public void task(){ |
|
|
public void task(){ |
|
|
//获取未同步订单,调用U8服务
|
|
|
//获取未同步订单,调用U8服务
|
|
|
LambdaQueryWrapper<LzOrder> lqw = new LambdaQueryWrapper<>(); |
|
|
LambdaQueryWrapper<LzOrder> lqw = new LambdaQueryWrapper<>(); |
|
|