|
|
@@ -186,7 +186,7 @@ public class BusinessRpReportController {
|
|
186
|
186
|
* @return
|
|
187
|
187
|
* @throws
|
|
188
|
188
|
*/
|
|
189
|
|
- @GetMapping("/getQualityInspectionFindByWarehouseId")
|
|
|
189
|
+ @PostMapping("/getQualityInspectionFindByWarehouseId")
|
|
190
|
190
|
@ApiOperation(value="根据货位查询粮情卡质检报告", notes = "根据货位查询粮情卡质检报告")
|
|
191
|
191
|
public List<BusinessQcQualityInspection> getQualityInspectionFindByWarehouseId(String jylb,Integer warehouseId) throws Exception {
|
|
192
|
192
|
|