|
|
@@ -292,12 +292,12 @@ public class StorageQualitycheckController {
|
|
292
|
292
|
@ApiImplicitParam(name = "pageSize", value = "每页条数", paramType = "query"),
|
|
293
|
293
|
@ApiImplicitParam(name = "houseId", value = "仓房ID", paramType = "query"),
|
|
294
|
294
|
@ApiImplicitParam(name = "warehouseId", value = "货位ID", paramType = "query"),
|
|
295
|
|
- @ApiImplicitParam(name = "orgId", value = "单位ID", paramType = "query"),
|
|
296
|
295
|
@ApiImplicitParam(name = "quality", value = "储粮性质", paramType = "query"),
|
|
297
|
296
|
@ApiImplicitParam(name = "subType", value = "粮食品种", paramType = "query"),
|
|
298
|
|
- @ApiImplicitParam(name = "sealStatus", value = "封仓状态", paramType = "query"),
|
|
299
|
297
|
@ApiImplicitParam(name = "searchStartDate", value = "开始日期", paramType = "query"),
|
|
300
|
|
- @ApiImplicitParam(name = "searchEndDate", value = "结束日期", paramType = "query")})
|
|
|
298
|
+ @ApiImplicitParam(name = "searchEndDate", value = "结束日期", paramType = "query"),
|
|
|
299
|
+ @ApiImplicitParam(name = "sealStatus", value = "封仓状态", paramType = "query"),
|
|
|
300
|
+ @ApiImplicitParam(name = "orgId", value = "单位ID", paramType = "query")})
|
|
301
|
301
|
public PageInfo<StorageQualitycheck> listPage(Integer pageNum, Integer pageSize ,
|
|
302
|
302
|
String houseId, String warehouseId,Integer orgId,
|
|
303
|
303
|
String quality, Integer subType,String sealStatus,
|