|
|
@@ -117,7 +117,7 @@ public class StorageOverheadSetController {
|
|
117
|
117
|
return modelMap;
|
|
118
|
118
|
}
|
|
119
|
119
|
@SuppressWarnings({ "null", "unused" })
|
|
120
|
|
- @RequestMapping(value = "/findHwxz",produces = MediaType.APPLICATION_JSON_VALUE,method = RequestMethod.GET)
|
|
|
120
|
+ @RequestMapping(value = "/findHwxz",produces = MediaType.APPLICATION_JSON_VALUE,method = RequestMethod.POST)
|
|
121
|
121
|
@ApiOperation(value="查询架空期设置数据详情", notes = "查询架空期设置数据详情")
|
|
122
|
122
|
@ApiImplicitParams({
|
|
123
|
123
|
@ApiImplicitParam(name = "hwxz", value = "粮食性质", paramType = "query")
|