| | |
| | | package com.zy.asrs.controller; |
| | | |
| | | import com.alibaba.excel.event.Handler; |
| | | |
| | | import com.alibaba.fastjson.JSON; |
| | | import com.alibaba.fastjson.JSONObject; |
| | | |
| | | import com.core.annotations.AppAuth; |
| | | import com.core.common.*; |
| | | import com.core.exception.CoolException; |
| | | import com.zy.asrs.entity.WaitPakin; |
| | | import com.zy.asrs.entity.WrkDetl; |
| | | import com.zy.asrs.entity.param.*; |
| | | import com.zy.asrs.service.ApiLogService; |
| | | import com.zy.asrs.service.OpenService; |
| | | import com.zy.common.model.DetlDto; |
| | | import com.zy.common.utils.HttpHandler; |
| | | import com.zy.common.web.BaseController; |
| | | import lombok.extern.slf4j.Slf4j; |
| | | import org.springframework.beans.factory.annotation.Autowired; |
| | | import org.springframework.scheduling.annotation.Async; |
| | | import org.springframework.web.bind.annotation.*; |
| | | |
| | | import javax.naming.ldap.HasControls; |
| | |
| | | * 同步站点进出类型 |
| | | * 同步站点名称 |
| | | * 同步操作类型 |
| | | * @return |
| | | * return |
| | | */ |
| | | @PostMapping("/station/all") |
| | | public synchronized R stationAll(){ |
| | |
| | | |
| | | /** |
| | | * 组托信息下发 |
| | | * @return |
| | | * return |
| | | */ |
| | | @PostMapping("/comb/auth") |
| | | public synchronized R comb(@RequestBody ArrayList<HashMap<String,Object>> param){ |