Toggle navigation
Toggle navigation
This project
Loading...
Sign in
YOHOBUY
/
yohobuy-union
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
Zhang
8 years ago
Commit
caca961f15312b0c737590885ff7fdfedb20a359
1 parent
5b9f1a70
<SRS> delete test data.
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
channel/src/main/java/com/yoho/unions/channel/service/impl/MktCostReportFormServiceImpl.java
channel/src/main/java/com/yoho/unions/channel/service/impl/MktCostReportFormServiceImpl.java
View file @
caca961
...
...
@@ -35,8 +35,8 @@ public class MktCostReportFormServiceImpl implements IMktCostReportFormService {
public
MktReportFormRspBO
getMktReportForm
(
MktReportFormReqVO
reportFormReqVO
)
{
//从APP_ACTIVE中获取数据
Map
<
String
,
Integer
>
queryParam
=
new
HashMap
<>();
queryParam
.
put
(
"beginTime"
,
20170322
);
queryParam
.
put
(
"endTime"
,
20170427
);
queryParam
.
put
(
"beginTime"
,
reportFormReqVO
.
getBeginTime
());
queryParam
.
put
(
"endTime"
,
reportFormReqVO
.
getEndTime
());
queryParam
.
put
(
"channelCode"
,
1061
);
List
<
AppActive
>
appActiveList
=
appActiveDAO
.
selectActivationAndActualCostByDateId
(
queryParam
);
...
...
Please
register
or
login
to post a comment