Fixiaobai
2023-11-14 edb111951a38552afc8bc26cd4b1d1d16770dcc3
mes-plan/src/main/java/com/chinaztt/mes/plan/controller/CustomerOrderController.java
@@ -17,7 +17,6 @@
package com.chinaztt.mes.plan.controller;
import cn.hutool.core.util.BooleanUtil;
import com.baomidou.mybatisplus.core.toolkit.Wrappers;
import com.baomidou.mybatisplus.extension.plugins.pagination.Page;
import com.chinaztt.mes.common.wrapper.QueryWrapperUtil;
@@ -311,6 +310,7 @@
    */
   @GetMapping("/otcCustomerOrderSync")
   public R otcCustomerOrderSync(@RequestParam("selectTime") String selectTime, @RequestParam("pathCode") String pathCode) {
      log.info("---------------->"+selectTime);
      return customerOrderService.otcCustomerOrderSync(selectTime, pathCode);
   }