Browse Source

订单完成,待测

master
Yen 3 years ago
parent
commit
8ffd4a1169
  1. 2
      src/main/java/com/qs/cost/module/service/JiaJinService.java

2
src/main/java/com/qs/cost/module/service/JiaJinService.java

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

Loading…
Cancel
Save