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
ec1b617c
Commit
ec1b617c
authored
Jul 26, 2024
by
Fuzy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修正
parent
f791c062
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
ruoyi-wages/src/main/java/com/ruoyi/system/service/impl/AsiccSuppliesServiceImpl.java
...m/ruoyi/system/service/impl/AsiccSuppliesServiceImpl.java
+6
-6
No files found.
ruoyi-wages/src/main/java/com/ruoyi/system/service/impl/AsiccSuppliesServiceImpl.java
View file @
ec1b617c
...
@@ -62,12 +62,12 @@ public class AsiccSuppliesServiceImpl implements AsiccSuppliesService {
...
@@ -62,12 +62,12 @@ public class AsiccSuppliesServiceImpl implements AsiccSuppliesService {
}
}
}
}
Map
<
String
,
List
<
String
>>
map
=
new
HashMap
<>();
Map
<
String
,
List
<
String
>>
map
=
new
HashMap
<>();
map
.
put
(
"5002003"
,
Arrays
.
asList
(
"产品成本来源类别:0102_CW0025_100SX
/非充填开采"
,
"物料基本分类:MT01/原煤
"
));
map
.
put
(
"5002003"
,
Arrays
.
asList
(
"产品成本来源类别:0102_CW0025_100SX
"
,
"物料基本分类:MT01
"
));
map
.
put
(
"5002003_1"
,
Arrays
.
asList
(
"产品成本来源类别:0102_CW0025_100SX
/非充填开采"
,
"物料基本分类:MT0299/洗煤-待分配
"
));
map
.
put
(
"5002003_1"
,
Arrays
.
asList
(
"产品成本来源类别:0102_CW0025_100SX
"
,
"物料基本分类:MT0299
"
));
map
.
put
(
"5101003"
,
Arrays
.
asList
(
"产品成本来源类别:0102_CW0025_100SX
/非充填开采"
,
"物料基本分类:MT01/原煤
"
));
map
.
put
(
"5101003"
,
Arrays
.
asList
(
"产品成本来源类别:0102_CW0025_100SX
"
,
"物料基本分类:MT01
"
));
map
.
put
(
"6402003"
,
Collections
.
singletonList
(
"其他业务支出费用要素:03_CW0029_10070
/电费
"
));
map
.
put
(
"6402003"
,
Collections
.
singletonList
(
"其他业务支出费用要素:03_CW0029_10070"
));
map
.
put
(
"2211003002017"
,
Arrays
.
asList
(
"薪酬类别:01_CW0017_1003P
/短期薪酬"
,
"薪酬列支渠道:030101_CW0018_1003Z/原煤
"
));
map
.
put
(
"2211003002017"
,
Arrays
.
asList
(
"薪酬类别:01_CW0017_1003P
"
,
"薪酬列支渠道:030101_CW0018_1003Z
"
));
map
.
put
(
"2221001001001"
,
Arrays
.
asList
(
"核算岗位:01_CW0038_100BA
/成本"
,
"票类:JX01_CW0049_100DR/增值税专用发票"
,
"税目税率:VATR1/13%增值税税率
"
));
map
.
put
(
"2221001001001"
,
Arrays
.
asList
(
"核算岗位:01_CW0038_100BA
"
,
"票类:JX01_CW0049_100DR"
,
"税目税率:VATR1
"
));
Map
<
String
,
String
>
codeMap
=
new
HashMap
<>();
Map
<
String
,
String
>
codeMap
=
new
HashMap
<>();
codeMap
.
put
(
"5002003"
,
"5002003,基本生产_电力"
);
codeMap
.
put
(
"5002003"
,
"5002003,基本生产_电力"
);
codeMap
.
put
(
"5002003_1"
,
"5002003,基本生产_电力"
);
codeMap
.
put
(
"5002003_1"
,
"5002003,基本生产_电力"
);
...
...
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