Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
jiedao-api-boot-master
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lanbaoming
jiedao-api-boot-master
Commits
a6efef05
Commit
a6efef05
authored
Aug 27, 2024
by
joy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
增加目的仓搜索
parent
53f5ebcb
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
WarehouseLineSearchVO.java
...module/depository/vo/warehouse/WarehouseLineSearchVO.java
+2
-0
WarehouseLineMapper.xml
...c/main/resources/mapper/warehouse/WarehouseLineMapper.xml
+3
-0
No files found.
yudao-module-depository/yudao-module-depository-core/src/main/java/cn/iocoder/yudao/module/depository/vo/warehouse/WarehouseLineSearchVO.java
View file @
a6efef05
...
...
@@ -15,6 +15,8 @@ public class WarehouseLineSearchVO {
private
Long
destCityId
;
/**目的地城市*/
private
Long
destCountryId
;
/**目的仓*/
private
Long
destWarehouseId
;
/**渠道id*/
private
Long
channelId
;
...
...
yudao-module-depository/yudao-module-depository-core/src/main/resources/mapper/warehouse/WarehouseLineMapper.xml
View file @
a6efef05
...
...
@@ -52,6 +52,9 @@
<if
test=
"params.destCountryId != null and params.destCountryId != 0"
>
and ew_dest.guojia = #{params.destCountryId}
</if>
<if
test=
"params.destWarehouseId != null and params.destWarehouseId != 0"
>
and ewl.dest_warehouse_id = #{params.destWarehouseId}
</if>
<if
test=
"params.lineId != null and params.lineId != 0"
>
and ewl.id = #{params.lineId}
</if>
...
...
Write
Preview
Markdown
is supported
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