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
74aada4d
Commit
74aada4d
authored
Jun 08, 2023
by
zhanglt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
删除领用明细
parent
408b77e4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
4 deletions
+1
-4
MaterialRequisitionInfoMapper.xml
...lrequisition/mapper/xml/MaterialRequisitionInfoMapper.xml
+1
-4
No files found.
src/main/java/com/jeeplus/modules/warehouse/materialrequisition/mapper/xml/MaterialRequisitionInfoMapper.xml
View file @
74aada4d
...
@@ -46,9 +46,6 @@
...
@@ -46,9 +46,6 @@
<if
test=
"materialRequisition != null and materialRequisition.id != null and materialRequisition.id != ''"
>
<if
test=
"materialRequisition != null and materialRequisition.id != null and materialRequisition.id != ''"
>
AND a.material_requisition_id = #{materialRequisition.id}
AND a.material_requisition_id = #{materialRequisition.id}
</if>
</if>
<if
test=
"receiver != null and receiver.id != null and receiver.id != ''"
>
AND a.receiver = #{receiver.id}
</if>
</where>
</where>
<choose>
<choose>
<when
test=
"page !=null and page.orderBy != null and page.orderBy != ''"
>
<when
test=
"page !=null and page.orderBy != null and page.orderBy != ''"
>
...
@@ -124,7 +121,7 @@
...
@@ -124,7 +121,7 @@
<!--物理删除-->
<!--物理删除-->
<update
id=
"delete"
>
<update
id=
"delete"
>
DELETE FROM t_wh_material_requisition_info
DELETE FROM t_wh_material_requisition_info
WHERE
id = #{
id}
WHERE
material_requisition_id = #{materialRequisition.
id}
</update>
</update>
<!--逻辑删除-->
<!--逻辑删除-->
...
...
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