|
|
@ -836,7 +836,7 @@ public class ItemController { |
|
|
|
} |
|
|
|
|
|
|
|
/** |
|
|
|
* @Description: 获取老数据 |
|
|
|
* @Description: 获取12345列表数据 |
|
|
|
* @param : |
|
|
|
* @Return com.elink.esua.epdc.commons.tools.utils.Result<java.util.List < com.elink.esua.epdc.modules.events.entity.ItemHotlineEntity>> |
|
|
|
* @Author: lichao |
|
|
@ -899,6 +899,15 @@ public class ItemController { |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
* |
|
|
|
* @description: 事件回退到区中心用于驳回市里 |
|
|
|
* @author qushutong |
|
|
|
* @date 2024/8/20 13:52 |
|
|
|
* @param |
|
|
|
* @return com.elink.esua.epdc.commons.tools.utils.Result |
|
|
|
* @Version1.0 |
|
|
|
**/ |
|
|
|
@PostMapping("backItem") |
|
|
|
public Result backItem(@RequestBody ItemDTO dto){ |
|
|
|
itemService.backItem(dto); |
|
|
|