Commit 4e33cdad authored by Quxl's avatar Quxl

x

parent a6ae0bd2
......@@ -12,7 +12,6 @@ import org.springframework.web.bind.annotation.RequestMethod;
import org.springframework.web.bind.annotation.RestController;
import com.alibaba.fastjson.JSONObject;
import com.egolm.common.web.ServletUtil;
import com.egolm.shop.service.CartService;
import io.swagger.annotations.Api;
......
package com.egolm.shop.controller;
import java.util.UUID;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation.Qualifier;
import org.springframework.dao.DataAccessException;
import org.springframework.data.redis.connection.RedisConnection;
import org.springframework.data.redis.core.RedisCallback;
import org.springframework.data.redis.core.RedisTemplate;
import org.springframework.scheduling.annotation.Scheduled;
import org.springframework.stereotype.Controller;
......
......@@ -2,8 +2,6 @@ package com.egolm.shop.service;
import java.util.Map;
import com.alibaba.fastjson.JSONObject;
public interface CartRedisService {
public void reCache(String shopNo, String terminal);
public void changeQty(String shopNo, String terminal, Integer nIdx, Double nSaleQty);
......
......@@ -3,9 +3,6 @@ package com.egolm.shop.service;
import java.util.List;
import java.util.Map;
import com.egolm.common.jdbc.Page;
import com.egolm.shop.pojo.TCustAddress;
public interface CouponService {
public List<Map<String,Object>> allCoupon(Map<String,Object> params );
......
package com.egolm.shop.service.impl;
import java.util.List;
import java.util.Map;
import org.apache.commons.logging.Log;
......@@ -8,7 +7,6 @@ import org.apache.commons.logging.LogFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import com.egolm.common.bean.Rjx;
import com.egolm.common.jdbc.JdbcTemplate;
import com.egolm.shop.service.SystemCtrlService;
......
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