zss
9 小时以前 413dd1a6ef413a3511854d248e83fdfceb6ec0d3
宜搭获取销售发货明细配置文件调整
已修改2个文件
3 ■■■■ 文件已修改
src/main/java/com/ruoyi/productionPlan/task/SalesDeliveryTask.java 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/resources/application-zsjc.yml 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/java/com/ruoyi/productionPlan/task/SalesDeliveryTask.java
@@ -16,7 +16,7 @@
    @Autowired
    private SalesDeliveryService salesDeliveryService;
    @Scheduled(cron = "0 04 15 * * ?")
    @Scheduled(cron = "0 0 0 * * ?")
    public void syncSalesDeliveryJob() {
        salesDeliveryService.syncSalesDeliveryJob();
    }
src/main/resources/application-zsjc.yml
@@ -33,6 +33,7 @@
    produce-plan-form-uuid: "FORM-4IA66891C5H3QWMDBSGO05C0OX9628GRPYF7L8"
    material-code-form-uuid: "FORM-8I666N718RW4ALO4ETYDDB0U6U8T3EIWTQ0ALL1"
    customer-code-form-uuid: "FORM-4V966QC1M8B5W4Q89M1VL4ZURJ6C3FVA021ALE"
    sales-delivery-form-uuid: "FORM-78766VC18V25CTDL82XSZBXKHBPX3BVEHI6ALE2"
    system-token: "4J766L91OFH3V612E7LG5B4DI8M13MQF9VF7LG4"
    # 接口地址
    access-token-url: "https://oapi.dingtalk.com/gettoken"