Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
wms_api
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
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
高宇
wms_api
Commits
9e7ba81f
Commit
9e7ba81f
authored
May 29, 2024
by
高宇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
库存管理
parent
459d1098
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
WmsGoodsStockMapper.xml
...esources/mapper/bus/wmsGoodsStock/WmsGoodsStockMapper.xml
+2
-2
No files found.
src/main/resources/mapper/bus/wmsGoodsStock/WmsGoodsStockMapper.xml
View file @
9e7ba81f
...
...
@@ -15,7 +15,7 @@
<result
column=
"goods_counts"
jdbcType=
"INTEGER"
property=
"goodsCounts"
/>
</resultMap>
<resultMap
id=
"PageResultMap"
type=
"org.rcisoft.bus.wmsgoodsstock.dto.WmsGoodsStockPageResultsDto"
>
<resultMap
id=
"
Base
PageResultMap"
type=
"org.rcisoft.bus.wmsgoodsstock.dto.WmsGoodsStockPageResultsDto"
>
<id
column=
"business_id"
jdbcType=
"INTEGER"
property=
"businessId"
/>
<result
column=
"flag"
jdbcType=
"CHAR"
property=
"flag"
/>
<result
column=
"del_flag"
jdbcType=
"CHAR"
property=
"delFlag"
/>
...
...
@@ -53,7 +53,7 @@
ORDER BY business_id DESC
</select>
<select
id=
"queryWmsGoodsStocksPaged"
resultMap=
"PageResultMap"
>
<select
id=
"queryWmsGoodsStocksPaged"
resultMap=
"
Base
PageResultMap"
>
SELECT
wgs.*,
wg.goods_name,
...
...
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