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
3db90674
Commit
3db90674
authored
Jun 19, 2024
by
刘_震
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
汇总接口的实现(财务)-bug修改
parent
cfcd5c0a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
43 additions
and
2 deletions
+43
-2
ruoyi-wages/src/main/resources/mapper/system/WagesComparationMapper.xml
...c/main/resources/mapper/system/WagesComparationMapper.xml
+43
-2
No files found.
ruoyi-wages/src/main/resources/mapper/system/WagesComparationMapper.xml
View file @
3db90674
...
...
@@ -416,10 +416,51 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
where comparison_id = #{comparisonId}
</select>
<select
id=
"select"
resultMap=
"WagesComparationVerticalResult"
>
<include
refid=
"selectWagesComparationVerticalVo"
/>
where mine_id = #{mineId} and type = #{type}
select
wcv.comparison_id comparison_id,
a1,a2,a3,a4,
a5,a6,a7,a8,a9,a10,a11,
a12,a13,a14,a15,a16,a17,
a18,a19,a20,a21,a22,a23,
a24,a25,a26,a27,a28,a29,
a30,a31,a32,a33,a34,a35,
a36,a37,a38,a39,a40,a41,
a42,a43,a44,a45,a46,a47,
a48,a49,a50,a51,a52,a53,
a54,a55,a56,a57,a58,a59,
a60,a61,a62,a63,a64,a65,
a66,a67,a68,a69,a70,a71,
a72,a73,a74,a75,a76,a77,
a78,a79,a80,a81,a82,a83,
a84,a85,a86,a87,a88,a89,
a90,a91,a92,a93,a94,a95,
a96,a97,a98,a99,a100,a101,
a102,a103,a104,a105,a106,a107,
a108,a109,a110,a111,a112,a113,
a114,a115,a116,a117,a118,a119,
a120,a121,a122,a123,a124,a125,
a126,a127,a128,a129,a130,a131,
a132,a133,a134,a135,a136,a137,
a138,a139,a140,a141,a142,a143,
a144,a145,a146,a147,a148,a149,
a150,a151,a152,a153,a154,a155,
a156,a157,a158,a159,a160,a161,
a162,a163,a164,a165,a166,a167,
a168,a169,a170,a171,a172,a173,
a174,a175,a176,a177,a178,a179,
a180,
wcv.mine_id mine_id,
wcv.type type ,wcv.version_id version_id
from wages_comparation_vertical wcv
left join wages_version wv
on wv.version_id = wcv.version_id
where wcv.mine_id = #{mineId} and wcv.type = #{type}
and wv.open_or_close = '1'
</select>
<insert
id=
"insertBatch"
parameterType=
"com.ruoyi.system.model.wages.dao.WagesCompilationExcelDAO"
useGeneratedKeys=
"true"
keyProperty=
"comparisonId"
>
insert into wages_comparation_vertical
<trim
prefix=
"("
suffix=
")"
suffixOverrides=
","
>
...
...
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