|
|
@@ -77,7 +77,7 @@ public class MakeOrderController {
|
|
|
pageParams.getFilters().put("ma_venduu", SystemSession.getUser().getEnterprise().getUu());
|
|
|
// TODO 其他过滤条件
|
|
|
SearchFilter distribute = userService.distribute();
|
|
|
- if (filter != null && filter.getDistribute() == null) {
|
|
|
+ if (distribute != null && distribute.getDistribute() == null) {
|
|
|
return null;
|
|
|
}
|
|
|
if (distribute != null && !CollectionUtils.isEmpty(distribute.getDistribute())) {
|