Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
JSH ERP
Commits
2e5b7373
Commit
2e5b7373
authored
Jul 19, 2017
by
季圣华
Browse files
分配仓库时候过滤礼品卡信息
parent
2f0a8c61
Changes
1
Show whitespace changes
Inline
Side-by-side
src/main/java/com/jsh/action/basic/DepotAction.java
View file @
2e5b7373
...
...
@@ -413,6 +413,7 @@ public class DepotAction extends BaseAction<DepotModel>
* 拼接搜索条件
*/
Map
<
String
,
Object
>
condition
=
new
HashMap
<
String
,
Object
>();
condition
.
put
(
"type_n_eq"
,
0
);
condition
.
put
(
"sort_s_order"
,
"asc"
);
return
condition
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment