|
|
@@ -60,7 +60,7 @@ public class ClearanceConfirmationController {
|
|
60
|
60
|
})
|
|
61
|
61
|
public PageInfo<ClearanceConfirmation> getCleConList(Integer pageNum, Integer pageSize,
|
|
62
|
62
|
String storeName,
|
|
63
|
|
- String ajmc, Integer orgId) {
|
|
|
63
|
+ Integer warehouseId, Integer orgId) {
|
|
64
|
64
|
Map<String, Object> modelMap = new HashMap<String, Object>();
|
|
65
|
65
|
if (pageNum != null && pageSize != null) {
|
|
66
|
66
|
PageHelper.startPage(pageNum, pageSize);
|
|
|
@@ -71,8 +71,8 @@ public class ClearanceConfirmationController {
|
|
71
|
71
|
if (null != storeName && !"".equals(storeName)) {
|
|
72
|
72
|
modelMap.put("storehouseName", storeName);
|
|
73
|
73
|
}
|
|
74
|
|
- if (null != ajmc && !"".equals(ajmc)) {
|
|
75
|
|
- modelMap.put("ajmc", ajmc);
|
|
|
74
|
+ if (null != warehouseId && !"".equals(warehouseId)) {
|
|
|
75
|
+ modelMap.put("warehouseId", warehouseId);
|
|
76
|
76
|
}
|
|
77
|
77
|
/* 只能查询当前单位的数据 */
|
|
78
|
78
|
if (null != orgId) {
|