Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
D
dsk-cr20g
Project
Project
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
Administrator
dsk-cr20g
Commits
c64779c1
Commit
c64779c1
authored
Jun 07, 2023
by
zhangyi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
f7bf9bb8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
10 deletions
+6
-10
EnterpriseProjectService.java
...a/com/dsk/system/dskService/EnterpriseProjectService.java
+6
-10
No files found.
dsk-system/src/main/java/com/dsk/system/dskService/EnterpriseProjectService.java
View file @
c64779c1
...
@@ -107,7 +107,7 @@ public class EnterpriseProjectService {
...
@@ -107,7 +107,7 @@ public class EnterpriseProjectService {
public
TableDataInfo
bidPlanPage
(
Object
body
)
throws
Exception
{
public
TableDataInfo
bidPlanPage
(
Object
body
)
throws
Exception
{
Map
<
String
,
Object
>
map
=
dskOpenApiUtil
.
requestBody
(
"/operate/enterpriseProject/bidPlanPage"
,
BeanUtil
.
beanToMap
(
body
,
false
,
false
));
Map
<
String
,
Object
>
map
=
dskOpenApiUtil
.
requestBody
Local
(
"/operate/enterpriseProject/bidPlanPage"
,
BeanUtil
.
beanToMap
(
body
,
false
,
false
));
return
dskOpenApiUtil
.
responsePage
(
map
);
return
dskOpenApiUtil
.
responsePage
(
map
);
}
}
...
@@ -120,15 +120,11 @@ public class EnterpriseProjectService {
...
@@ -120,15 +120,11 @@ public class EnterpriseProjectService {
return
BeanUtil
.
toBean
(
map
,
R
.
class
);
return
BeanUtil
.
toBean
(
map
,
R
.
class
);
}
}
// HashMap<String, Object> contentParam = new HashMap<>();
HashMap
<
String
,
Object
>
contentParam
=
new
HashMap
<>();
// contentParam.put("data_type", "bid_plan");
contentParam
.
put
(
"data_type"
,
"bid_plan"
);
// contentParam.put("filter_type", 2);
contentParam
.
put
(
"filter_type"
,
2
);
// contentParam.put("strategy_id", contentId);
contentParam
.
put
(
"strategy_id"
,
contentId
);
HashMap
<
String
,
Object
>
param
=
new
HashMap
<>();
Map
<
String
,
Object
>
contentMap
=
dskOpenApiUtil
.
requestBody
(
"/mongocontent/v1/cjb/mongo_content"
,
BeanUtil
.
beanToMap
(
contentParam
,
false
,
false
));
param
.
put
(
"data_type"
,
"kaibiao"
);
param
.
put
(
"filter_type"
,
2
);
param
.
put
(
"strategy_id"
,
"647477d52ba0e4cb1410c7f6"
);
Map
<
String
,
Object
>
contentMap
=
dskOpenApiUtil
.
requestBody
(
"/mongocontent/v1/cjb/mongo_content"
,
BeanUtil
.
beanToMap
(
param
,
false
,
false
));
Map
contentData
=
MapUtils
.
getMap
(
contentMap
,
"data"
,
null
);
Map
contentData
=
MapUtils
.
getMap
(
contentMap
,
"data"
,
null
);
...
...
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