Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
warehouse
Overview
Overview
Details
Activity
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
胡懿
warehouse
Commits
7f52a8a4
Commit
7f52a8a4
authored
Jul 17, 2023
by
胡懿
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
货品返回品名代码的单位和单价
parent
d9ded7f0
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
1 deletion
+3
-1
GoodsInfoMapper.xml
...us/modules/warehouse/goods/mapper/xml/GoodsInfoMapper.xml
+2
-0
GoodsMapper.xml
...eeplus/modules/warehouse/goods/mapper/xml/GoodsMapper.xml
+1
-0
LedgerMapper.xml
...plus/modules/warehouse/ledger/mapper/xml/LedgerMapper.xml
+0
-1
No files found.
src/main/java/com/jeeplus/modules/warehouse/goods/mapper/xml/GoodsInfoMapper.xml
View file @
7f52a8a4
...
...
@@ -22,6 +22,8 @@
type.code AS "type.code",
type.name AS "type.name",
type.amount AS "type.amount",
type.unit AS "type.unit",
qr.id AS "qrCode.id",
qr.code "qrCode.code",
qr.state "qrCode.state",
...
...
src/main/java/com/jeeplus/modules/warehouse/goods/mapper/xml/GoodsMapper.xml
View file @
7f52a8a4
...
...
@@ -52,6 +52,7 @@
<if
test=
"operator != null and operator.id != null and operator.id != ''"
>
AND a.operator = #{operator.id}
</if>
AND a.sum > 0
</where>
<choose>
<when
test=
"page !=null and page.orderBy != null and page.orderBy != ''"
>
...
...
src/main/java/com/jeeplus/modules/warehouse/ledger/mapper/xml/LedgerMapper.xml
View file @
7f52a8a4
...
...
@@ -173,7 +173,6 @@
a.del_flag = #{DEL_FLAG_NORMAL}
AND a.type_id = #{type.id}
AND a.model = #{model}
AND a.name = #{name}
</where>
</select>
<select
id=
"findShelvesListByLedgerId"
resultType=
"java.lang.String"
parameterType=
"java.lang.String"
>
...
...
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