Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
K
klck
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
位宇华
klck
Commits
558c2d26
Commit
558c2d26
authored
Oct 08, 2023
by
lvzhuangzhuang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
b72de15d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
0 deletions
+11
-0
ruoyi-supplies/src/main/java/com/ruoyi/system/mapper/ActSuppliesCleaningRuleMapper.java
...om/ruoyi/system/mapper/ActSuppliesCleaningRuleMapper.java
+4
-0
ruoyi-supplies/src/main/resources/mapper/system/ActSuppliesCleaningRuleMapper.xml
...resources/mapper/system/ActSuppliesCleaningRuleMapper.xml
+7
-0
No files found.
ruoyi-supplies/src/main/java/com/ruoyi/system/mapper/ActSuppliesCleaningRuleMapper.java
View file @
558c2d26
...
@@ -19,4 +19,8 @@ public interface ActSuppliesCleaningRuleMapper
...
@@ -19,4 +19,8 @@ public interface ActSuppliesCleaningRuleMapper
int
addActSuppliesSixMinesSummaryTable
(
ActSuppliesSixMinesSummaryTable
actSuppliesSixMinesSummaryTable
);
int
addActSuppliesSixMinesSummaryTable
(
ActSuppliesSixMinesSummaryTable
actSuppliesSixMinesSummaryTable
);
int
addActSuppliesImportTable
(
ActSuppliesImportTable
actSuppliesImportTable
);
int
addActSuppliesImportTable
(
ActSuppliesImportTable
actSuppliesImportTable
);
int
deleteActSuppliesSixMinesSummaryTable
(
Long
hId
);
int
deleteActSuppliesImportTable
(
Long
hId
);
}
}
ruoyi-supplies/src/main/resources/mapper/system/ActSuppliesCleaningRuleMapper.xml
View file @
558c2d26
...
@@ -176,6 +176,13 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
...
@@ -176,6 +176,13 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
</trim>
</trim>
</insert>
</insert>
<delete
id=
"deleteActSuppliesSixMinesSummaryTable"
parameterType=
"Long"
>
delete from act_supplies_sixminessummarytable where h_id = #{id}
</delete>
<delete
id=
"deleteActSuppliesImportTable"
parameterType=
"Long"
>
delete from act_supplies_import_table where h_id = #{id}
</delete>
</mapper>
</mapper>
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