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
44196b14
Commit
44196b14
authored
Jun 12, 2023
by
guojx
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
门店目标跟进正式版
parent
cab7d4ec
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
121 additions
and
0 deletions
+121
-0
StoreTargetConfigController.java
...ge/web/controller/target/StoreTargetConfigController.java
+0
-0
QueryDataStatisticsCommonQO.java
...ban/manage/web/qo/target/QueryDataStatisticsCommonQO.java
+4
-0
StoreTargetConfigHttpUtils.java
...n/manage/web/utils/target/StoreTargetConfigHttpUtils.java
+0
-0
StoreTargetReachDetailVO.java
...haoban/manage/web/vo/target/StoreTargetReachDetailVO.java
+115
-0
dubbo-haoban-manage-wx.xml
...ge3-wx/src/main/webapp/WEB-INF/dubbo-haoban-manage-wx.xml
+2
-0
No files found.
haoban-manage3-wx/src/main/java/com/gic/haoban/manage/web/controller/target/StoreTargetConfigController.java
0 → 100644
View file @
44196b14
This diff is collapsed.
Click to expand it.
haoban-manage3-wx/src/main/java/com/gic/haoban/manage/web/qo/target/QueryDataStatisticsCommonQO.java
View file @
44196b14
...
@@ -92,4 +92,8 @@ public class QueryDataStatisticsCommonQO implements Serializable {
...
@@ -92,4 +92,8 @@ public class QueryDataStatisticsCommonQO implements Serializable {
this
.
enterpriseId
=
enterpriseId
;
this
.
enterpriseId
=
enterpriseId
;
return
this
;
return
this
;
}
}
public
boolean
isYearQuery
()
{
return
timeType
==
null
||
timeType
==
1
;
}
}
}
haoban-manage3-wx/src/main/java/com/gic/haoban/manage/web/utils/target/StoreTargetConfigHttpUtils.java
0 → 100644
View file @
44196b14
This diff is collapsed.
Click to expand it.
haoban-manage3-wx/src/main/java/com/gic/haoban/manage/web/vo/target/StoreTargetReachDetailVO.java
0 → 100644
View file @
44196b14
package
com
.
gic
.
haoban
.
manage
.
web
.
vo
.
target
;
import
lombok.Data
;
import
java.io.Serializable
;
/**
* @Author guojx
* @Date 2023/6/9 9:21
*/
@Data
public
class
StoreTargetReachDetailVO
implements
Serializable
{
private
String
name
;
private
String
id
;
private
String
storeId
;
private
String
storeName
;
private
String
storeGroupId
;
private
String
storeGroupName
;
/**
* 总销售额(目标值) 排序1
*/
private
Double
payAmtTarget
;
/**
* 总销售额(实际值) 排序9
*/
private
Double
payAmt
;
/**
* 总销售额(去年同期) 排序17
*/
private
Double
payAmtSply
;
/**
* 总销售额(当前应达目标值) 排序25
*/
private
Double
payAmtCurTarget
;
/**
* 滚动达成率(总销售额) 排序33
*/
private
Double
payAmtRollAch
;
/**
* 累计达成率(总销售额) 排序34
*/
private
Double
payAmtAccAch
;
/**
* 会员销售额(消费门店)(目标值) 排序2
*/
private
Double
mbrPayAmtTarget
;
/**
* 会员销售额(消费门店)(实际值) 排序10
*/
private
Double
mbrPayAmt
;
/**
* 会员销售额(消费门店)(去年同期) 排序18
*/
private
Double
mbrPayAmtSply
;
/**
* 会员销售额(消费门店)(当前应达目标值) 排序26
*/
private
Double
mbrPayAmtCurTarget
;
/**
* 滚动达成率(会员销售额) 排序39
*/
private
Double
mbrPayAmtRollAch
;
/**
* 累计达成率(会员销售额) 排序40
*/
private
Double
mbrPayAmtAccAch
;
/**
* 会员订单率(目标值) 排序7
*/
private
Double
mbrOrderRateTarget
;
/**
* 会员订单率(实际值) 排序15
*/
private
Double
mbrOrderRate
;
/**
* 会员订单率(去年同期) 排序23
*/
private
Double
mbrOrderRateSply
;
/**
* 会员订单率(当前应达目标值) 排序31
*/
private
Double
mbrOrderRateCurTarget
;
/**
* 滚动达成率(会员订单率) 排序45
*/
private
Double
mbrOrderRateRollAch
;
/**
* 累计达成率(会员订单率) 排序46
*/
private
Double
mbrOrderRateAccAch
;
}
haoban-manage3-wx/src/main/webapp/WEB-INF/dubbo-haoban-manage-wx.xml
View file @
44196b14
...
@@ -143,5 +143,7 @@
...
@@ -143,5 +143,7 @@
<dubbo:reference
interface=
"com.gic.haoban.task.manage.api.service.IMarketClueTaskApiService"
id=
"iMarketClueTaskApiService"
timeout=
"10000"
retries=
"0"
check=
"false"
/>
<dubbo:reference
interface=
"com.gic.haoban.task.manage.api.service.IMarketClueTaskApiService"
id=
"iMarketClueTaskApiService"
timeout=
"10000"
retries=
"0"
check=
"false"
/>
<dubbo:reference
interface=
"com.gic.haoban.task.api.service.TelTaskApiService"
id=
"telTaskApiService"
timeout=
"10000"
retries=
"0"
check=
"false"
/>
<dubbo:reference
interface=
"com.gic.haoban.task.api.service.TelTaskApiService"
id=
"telTaskApiService"
timeout=
"10000"
retries=
"0"
check=
"false"
/>
<dubbo:reference
id=
"dataTargetConfigNewVersionsApiService"
interface=
"com.gic.enterprise.api.service.target.DataTargetConfigNewVersionsApiService"
timeout=
"100000"
retries=
"0"
check=
"false"
/>
<dubbo:reference
id=
"storeGroupService"
interface=
"com.gic.enterprise.api.service.StoreGroupService"
timeout=
"10000"
retries=
"0"
check=
"false"
/>
</beans>
</beans>
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