|
|
@@ -340,7 +340,9 @@ public class invCardManageAction implements IMINAction {
|
|
|
m.put("creatdDtes", creatdDtes);
|
|
|
m.put("pickUpDates", pickUpDates);
|
|
|
m.put("pickUpState", pickUpState);
|
|
|
- m.put("branchId", branchId);
|
|
|
+ if(!"88888888".equals(branchId)) {
|
|
|
+ m.put("branchId", branchId);
|
|
|
+ }
|
|
|
MINRowBounds rows = new MINRowBounds(page, limit);
|
|
|
List<Map<String, String>> detailList = Service.lookup(IMINDataBaseService.class)
|
|
|
.getMybatisMapper(OrderManageMapper.class).selectOrderDetail(m,rows);
|