|
|
@@ -62,7 +62,7 @@ public class StorageDeviceInputController {
|
|
62
|
62
|
@ApiImplicitParam(name = "pageSize", value = "每页条数", paramType = "query"),
|
|
63
|
63
|
@ApiImplicitParam(name = "orgName", value = "当前登录人组织名称", paramType = "query")
|
|
64
|
64
|
})
|
|
65
|
|
- public PageInfo<StorageDeviceinput> getList(HttpServletRequest request,Integer pageNum, Integer pageSize, String deviceName, Integer deviceType ,String orgName) throws Exception{
|
|
|
65
|
+ public PageInfo<StorageDeviceinput> getList(HttpServletRequest request,Integer pageNum, Integer pageSize, String deviceName, Integer deviceType) throws Exception{
|
|
66
|
66
|
StorageDeviceinputExample storageDeviceinputExample=new StorageDeviceinputExample();
|
|
67
|
67
|
StorageDeviceinputExample.Criteria criteria=storageDeviceinputExample.createCriteria();
|
|
68
|
68
|
if(deviceType!=null){
|