mirror of
https://gitee.com/lab1024/smart-admin.git
synced 2025-10-02 10:16:38 +08:00
fix The server time zone value 'Coordinated Universal Time' is unrecognized or represents more than one
This commit is contained in:
parent
99f4df3c1f
commit
0eb02c313b
@ -35,7 +35,7 @@ public class GoodService {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public List<GoodsEntity> listGoodsByNameBankNameTagUsedAge(String title,String petType){
|
public List<GoodsEntity> listGoodsByNameBankNameTagUsedAge(String title,String petType){
|
||||||
String ip = "https://royalcanincn.escase.cn/jc/royalcanin/";
|
String ip = "https://shop.royalcanin.com.cn/royalcanin/royalcanin/";
|
||||||
List<GoodsEntity> goodsList = goodsDao.selectRoleIdByGoodsNameBankNameTagUsedAge(title,petType);
|
List<GoodsEntity> goodsList = goodsDao.selectRoleIdByGoodsNameBankNameTagUsedAge(title,petType);
|
||||||
for (GoodsEntity goodsEntity:goodsList) {
|
for (GoodsEntity goodsEntity:goodsList) {
|
||||||
goodsEntity.setShowImgFile(ip+goodsEntity.getPicture());
|
goodsEntity.setShowImgFile(ip+goodsEntity.getPicture());
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
######################### server ###################
|
######################### server ###################
|
||||||
server.servlet.context-path=/royalcanin
|
server.servlet.context-path=/royalcanin/royalcanin
|
||||||
server.port=10086
|
server.port=10086
|
||||||
spring.profiles.active=@profiles.active@
|
spring.profiles.active=@profiles.active@
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user