Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
haoban-manage3.0
Overview
Overview
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
haoban3.0
haoban-manage3.0
Commits
6f05bbfd
Commit
6f05bbfd
authored
Mar 26, 2025
by
王祖波
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
周月报文案修改
parent
64123a2d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
MaterialReportContext.java
...ervice/pojo/bo/content/context/MaterialReportContext.java
+5
-5
No files found.
haoban-manage3-service/src/main/java/com/gic/haoban/manage/service/pojo/bo/content/context/MaterialReportContext.java
View file @
6f05bbfd
...
@@ -36,8 +36,8 @@ public class MaterialReportContext {
...
@@ -36,8 +36,8 @@ public class MaterialReportContext {
private
static
final
String
week_title
=
"%s周报"
;
private
static
final
String
week_title
=
"%s周报"
;
private
static
final
String
month_title
=
"%s月报"
;
private
static
final
String
month_title
=
"%s月报"
;
private
static
final
String
week_desc
=
"%s~%s的
素材使用周报
已生成,请查收"
;
private
static
final
String
week_desc
=
"%s~%s的
%s
已生成,请查收"
;
private
static
final
String
month_desc
=
"%s~%s的
素材使用月报
已生成,请查收"
;
private
static
final
String
month_desc
=
"%s~%s的
%s
已生成,请查收"
;
private
String
enterpriseId
;
private
String
enterpriseId
;
...
@@ -143,7 +143,7 @@ public class MaterialReportContext {
...
@@ -143,7 +143,7 @@ public class MaterialReportContext {
String
title
=
"素材使用"
;
String
title
=
"素材使用"
;
if
(
CollectionUtils
.
isNotEmpty
(
rightMenuCodeList
))
{
if
(
CollectionUtils
.
isNotEmpty
(
rightMenuCodeList
))
{
if
(
rightMenuCodeList
.
size
()
>
1
)
{
if
(
rightMenuCodeList
.
size
()
>
1
)
{
title
=
"门店"
;
title
=
"门店
增长
"
;
}
else
if
(
rightMenuCodeList
.
contains
(
EnterpriseServiceEnum
.
POTENTIAL
.
getRightMenuCode
())){
}
else
if
(
rightMenuCodeList
.
contains
(
EnterpriseServiceEnum
.
POTENTIAL
.
getRightMenuCode
())){
title
=
"潜客雷达"
;
title
=
"潜客雷达"
;
}
}
...
@@ -162,7 +162,7 @@ public class MaterialReportContext {
...
@@ -162,7 +162,7 @@ public class MaterialReportContext {
.
toString
(
"MM月dd日"
);
.
toString
(
"MM月dd日"
);
String
weekEndStr
=
DateUtil
.
endOfWeek
(
lastWeek
)
String
weekEndStr
=
DateUtil
.
endOfWeek
(
lastWeek
)
.
toString
(
"MM月dd日"
);
.
toString
(
"MM月dd日"
);
return
String
.
format
(
week_desc
,
weekBeginStr
,
weekEndStr
);
return
String
.
format
(
week_desc
,
weekBeginStr
,
weekEndStr
,
getMessageTitle
()
);
}
}
DateTime
lastMonth
=
DateUtil
.
lastMonth
();
DateTime
lastMonth
=
DateUtil
.
lastMonth
();
...
@@ -170,7 +170,7 @@ public class MaterialReportContext {
...
@@ -170,7 +170,7 @@ public class MaterialReportContext {
.
toString
(
"MM月dd日"
);
.
toString
(
"MM月dd日"
);
String
monthEndStr
=
DateUtil
.
endOfMonth
(
lastMonth
)
String
monthEndStr
=
DateUtil
.
endOfMonth
(
lastMonth
)
.
toString
(
"MM月dd日"
);
.
toString
(
"MM月dd日"
);
return
String
.
format
(
month_desc
,
monthBeginStr
,
monthEndStr
);
return
String
.
format
(
month_desc
,
monthBeginStr
,
monthEndStr
,
getMessageTitle
()
);
}
}
public
String
extendParams
(
String
storeId
)
{
public
String
extendParams
(
String
storeId
)
{
...
...
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