|
|
|
@ -5,10 +5,7 @@ import com.elink.esua.epdc.dto.item.ItemHandleProcessDTO; |
|
|
|
import com.elink.esua.epdc.dto.item.form.GetAbnormalDataFormDTO; |
|
|
|
import com.elink.esua.epdc.modules.item.service.PushToCityGridService; |
|
|
|
import org.springframework.beans.factory.annotation.Autowired; |
|
|
|
import org.springframework.web.bind.annotation.PostMapping; |
|
|
|
import org.springframework.web.bind.annotation.RequestBody; |
|
|
|
import org.springframework.web.bind.annotation.RequestMapping; |
|
|
|
import org.springframework.web.bind.annotation.RestController; |
|
|
|
import org.springframework.web.bind.annotation.*; |
|
|
|
|
|
|
|
@RestController |
|
|
|
@RequestMapping("PushToCity") |
|
|
|
@ -104,7 +101,7 @@ public class PushToCityGridController { |
|
|
|
* @Author: lichao |
|
|
|
* @Date: 2023/5/4 14:14 |
|
|
|
*/ |
|
|
|
@PostMapping("receive") |
|
|
|
@GetMapping("receive") |
|
|
|
public Result receive(String processId) { |
|
|
|
pushToCityGridService.receive(processId); |
|
|
|
return new Result(); |
|
|
|
|