记得上下班打卡 | git大法好,push需谨慎
Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
liquidnet-bus-v1
Project
Project
Details
Activity
Releases
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
董敬伟
liquidnet-bus-v1
Commits
9a985041
Commit
9a985041
authored
Jan 18, 2022
by
张国柄
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/dev_goblin' into dev_goblin
parents
21b983cc
3b7de285
Changes
9
Show whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
17 additions
and
10 deletions
+17
-10
GoblinStoreInfoVo.java
...om/liquidnet/service/goblin/dto/vo/GoblinStoreInfoVo.java
+2
-0
RubikArea.html
...resources/templates/zhengzai/store/homeSet/RubikArea.html
+1
-1
carefullyGoods.html
...rces/templates/zhengzai/store/homeSet/carefullyGoods.html
+1
-1
index.html
...ain/resources/templates/zhengzai/store/homeSet/index.html
+1
-1
kingArea.html
.../resources/templates/zhengzai/store/homeSet/kingArea.html
+1
-1
searchStore.html
...sources/templates/zhengzai/store/homeSet/searchStore.html
+1
-1
topBanner.html
...resources/templates/zhengzai/store/homeSet/topBanner.html
+1
-1
GoblinFrontController.java
...dnet/service/goblin/controller/GoblinFrontController.java
+3
-3
GoblinFrontServiceImpl.java
...t/service/goblin/service/impl/GoblinFrontServiceImpl.java
+6
-1
No files found.
liquidnet-bus-api/liquidnet-service-goblin-api/src/main/java/com/liquidnet/service/goblin/dto/vo/GoblinStoreInfoVo.java
View file @
9a985041
...
...
@@ -57,6 +57,8 @@ public class GoblinStoreInfoVo implements Serializable, Cloneable {
@ApiModelProperty
(
position
=
30
,
value
=
"店铺认证信息"
)
private
GoblinStoreCertificationVo
certificationVo
;
@ApiModelProperty
(
position
=
31
,
value
=
"商铺商品数量"
)
private
int
count
;
private
static
final
GoblinStoreInfoVo
obj
=
new
GoblinStoreInfoVo
();
...
...
liquidnet-bus-client/liquidnet-client-admin/liquidnet-client-admin-web/src/main/resources/templates/zhengzai/store/homeSet/RubikArea.html
View file @
9a985041
...
...
@@ -173,7 +173,7 @@
// addItem (1);
let
url
=
window
.
location
.
hostname
;
if
(
url
.
includes
(
'test'
))
{
$
(
"#iframe"
).
attr
(
'src'
,
'https://testm.zhengzai.tv/#/goods/home?place=admin'
);
$
(
"#iframe"
).
attr
(
'src'
,
'https://t
t
estm.zhengzai.tv/#/goods/home?place=admin'
);
}
else
if
(
!
url
.
includes
(
'test'
)
&&
url
.
includes
(
'admin'
))
{
$
(
"#iframe"
).
attr
(
'src'
,
'https://m.zhengzai.tv/#/goods/home?place=admin'
);
}
else
{
...
...
liquidnet-bus-client/liquidnet-client-admin/liquidnet-client-admin-web/src/main/resources/templates/zhengzai/store/homeSet/carefullyGoods.html
View file @
9a985041
...
...
@@ -186,7 +186,7 @@
$
(
function
()
{
let
url
=
window
.
location
.
hostname
;
if
(
url
.
includes
(
'test'
))
{
$
(
"#iframe"
).
attr
(
'src'
,
'https://testm.zhengzai.tv/#/goods/home?place=admin'
);
$
(
"#iframe"
).
attr
(
'src'
,
'https://t
t
estm.zhengzai.tv/#/goods/home?place=admin'
);
}
else
if
(
!
url
.
includes
(
'test'
)
&&
url
.
includes
(
'admin'
))
{
$
(
"#iframe"
).
attr
(
'src'
,
'https://m.zhengzai.tv/#/goods/home?place=admin'
);
}
else
{
...
...
liquidnet-bus-client/liquidnet-client-admin/liquidnet-client-admin-web/src/main/resources/templates/zhengzai/store/homeSet/index.html
View file @
9a985041
...
...
@@ -149,7 +149,7 @@
$
(
function
()
{
let
url
=
window
.
location
.
hostname
;
if
(
url
.
includes
(
'test'
))
{
$
(
"#iframe"
).
attr
(
'src'
,
'https://testm.zhengzai.tv/#/goods/home?place=admin'
);
$
(
"#iframe"
).
attr
(
'src'
,
'https://t
t
estm.zhengzai.tv/#/goods/home?place=admin'
);
}
else
if
(
!
url
.
includes
(
'test'
)
&&
url
.
includes
(
'admin'
))
{
$
(
"#iframe"
).
attr
(
'src'
,
'https://m.zhengzai.tv/#/goods/home?place=admin'
);
}
else
{
...
...
liquidnet-bus-client/liquidnet-client-admin/liquidnet-client-admin-web/src/main/resources/templates/zhengzai/store/homeSet/kingArea.html
View file @
9a985041
...
...
@@ -161,7 +161,7 @@
$
(
function
()
{
let
url
=
window
.
location
.
hostname
;
if
(
url
.
includes
(
'test'
))
{
$
(
"#iframe"
).
attr
(
'src'
,
'https://testm.zhengzai.tv/#/goods/home?place=admin'
);
$
(
"#iframe"
).
attr
(
'src'
,
'https://t
t
estm.zhengzai.tv/#/goods/home?place=admin'
);
}
else
if
(
!
url
.
includes
(
'test'
)
&&
url
.
includes
(
'admin'
))
{
$
(
"#iframe"
).
attr
(
'src'
,
'https://m.zhengzai.tv/#/goods/home?place=admin'
);
}
else
{
...
...
liquidnet-bus-client/liquidnet-client-admin/liquidnet-client-admin-web/src/main/resources/templates/zhengzai/store/homeSet/searchStore.html
View file @
9a985041
...
...
@@ -130,7 +130,7 @@
$
(
function
(){
let
url
=
window
.
location
.
hostname
;
if
(
url
.
includes
(
'test'
))
{
$
(
"#iframe"
).
attr
(
'src'
,
'https://testm.zhengzai.tv/#/goods/home?place=admin'
);
$
(
"#iframe"
).
attr
(
'src'
,
'https://t
t
estm.zhengzai.tv/#/goods/home?place=admin'
);
}
else
if
(
!
url
.
includes
(
'test'
)
&&
url
.
includes
(
'admin'
))
{
$
(
"#iframe"
).
attr
(
'src'
,
'https://m.zhengzai.tv/#/goods/home?place=admin'
);
}
else
{
...
...
liquidnet-bus-client/liquidnet-client-admin/liquidnet-client-admin-web/src/main/resources/templates/zhengzai/store/homeSet/topBanner.html
View file @
9a985041
...
...
@@ -165,7 +165,7 @@
$
(
function
(){
let
url
=
window
.
location
.
hostname
;
if
(
url
.
includes
(
'test'
))
{
$
(
"#iframe"
).
attr
(
'src'
,
'https://testm.zhengzai.tv/#/goods/home?place=admin'
);
$
(
"#iframe"
).
attr
(
'src'
,
'https://t
t
estm.zhengzai.tv/#/goods/home?place=admin'
);
}
else
if
(
!
url
.
includes
(
'test'
)
&&
url
.
includes
(
'admin'
))
{
$
(
"#iframe"
).
attr
(
'src'
,
'https://m.zhengzai.tv/#/goods/home?place=admin'
);
}
else
{
...
...
liquidnet-bus-service/liquidnet-service-goblin/liquidnet-service-goblin-impl/src/main/java/com/liquidnet/service/goblin/controller/GoblinFrontController.java
View file @
9a985041
...
...
@@ -111,9 +111,9 @@ public class GoblinFrontController {
return
ResponseDto
.
success
(
goblinFrontService
.
getStoreCategory
(
storeId
));
}
@GetMapping
(
"getStoreGoodes"
)
@ApiOperation
(
"获得店铺
分类
"
)
public
ResponseDto
<
List
<
Goblin
StoreGoodsCategoryVo
>>
getStoreGoodes
(
@RequestParam
(
name
=
"storeId"
,
required
=
true
)
String
store
Id
)
throws
ParseException
{
return
ResponseDto
.
success
(
goblinFrontService
.
getStore
Category
(
store
Id
));
@ApiOperation
(
"获得店铺
商品
"
)
public
ResponseDto
<
List
<
Goblin
GoodsInfoVo
>>
getStoreGoodes
(
@RequestParam
(
name
=
"storeId"
,
required
=
true
)
String
storeId
,
@RequestParam
(
name
=
"categoryId"
,
required
=
true
)
String
category
Id
)
throws
ParseException
{
return
ResponseDto
.
success
(
goblinFrontService
.
getStore
Goodes
(
storeId
,
category
Id
));
}
...
...
liquidnet-bus-service/liquidnet-service-goblin/liquidnet-service-goblin-impl/src/main/java/com/liquidnet/service/goblin/service/impl/GoblinFrontServiceImpl.java
View file @
9a985041
...
...
@@ -304,7 +304,12 @@ public class GoblinFrontServiceImpl implements GoblinFrontService {
return
goblinFrontCubeVo
;
}
public
GoblinStoreInfoVo
getStore
(
String
storId
){
return
goblinRedisUtils
.
getStoreInfoVo
(
storId
);
Query
query
=
new
Query
();
query
.
addCriteria
(
Criteria
.
where
(
"storeId"
).
is
(
storId
));
long
count
=
mongoTemplate
.
count
(
query
,
GoblinGoodsInfoVo
.
class
,
GoblinGoodsInfoVo
.
class
.
getSimpleName
());
GoblinStoreInfoVo
goblinStoreInfoVo
=
goblinRedisUtils
.
getStoreInfoVo
(
storId
);
goblinStoreInfoVo
.
setCount
((
int
)
count
);
return
goblinStoreInfoVo
;
}
/***
* @author zhangfuxin
...
...
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