|
|
@@ -24,6 +24,7 @@ import org.springframework.web.servlet.ModelAndView;
|
|
|
import org.thymeleaf.util.StringUtils;
|
|
|
|
|
|
import com.gagaframework.web.parameter.GagaMap;
|
|
|
+import com.style24.core.biz.service.TscKcpService;
|
|
|
import com.style24.core.biz.service.TscOrderService;
|
|
|
import com.style24.core.support.env.TscConstants;
|
|
|
import com.style24.core.support.message.TscMessageByLocale;
|
|
|
@@ -67,6 +68,9 @@ public class TsfCartController extends TsfBaseController {
|
|
|
@Autowired
|
|
|
private TscOrderService coreOrderService;
|
|
|
|
|
|
+ @Autowired
|
|
|
+ private TscKcpService coreKcpService;
|
|
|
+
|
|
|
@Autowired
|
|
|
private TsfOrderService orderService;
|
|
|
|