Commit 0b87e3be by 胡敬轩

爱马哥预定单biztype=7

parent f3c0d289
...@@ -21,7 +21,7 @@ public class RedisKeyConstant { ...@@ -21,7 +21,7 @@ public class RedisKeyConstant {
/** /**
* 用户购物车在redis的key前缀 爱马哥蛋糕预定 * 用户购物车在redis的key前缀 爱马哥蛋糕预定
*/ */
public final static String SAAS_SHOPPINGCART_AIMAGE_KEY_PREFIX = "saas:user:info:cart:goods:"; public final static String SAAS_SHOPPINGCART_AIMAGE_KEY_PREFIX = "saas:user:info:advance:cart:goods:";
/** /**
* 用户购物车在redis的key前缀 * 用户购物车在redis的key前缀
*/ */
......
/**
* All rights Reserved, Designed By www.freemud.cn
*
* @Title:
* @Package cn.freemud.service.impl
* @Description:
* @author: ping.wu
* @date: 2018/5/18 19:46
* @version V1.0
* @Copyright: 2018 www.freemud.cn Inc. All rights reserved.
* 注意:本内容仅限于上海非码科技内部传阅,禁止外泄以及用于其他的商业目
*/
package cn.freemud.service.impl;
import org.springframework.stereotype.Service;
@Service
public class ShoppingCartAimageServiceImpl extends ShoppingCartNewServiceImpl {
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment