<%@ page language='java' contentType='text/html; charset=UTF-8' pageEncoding='UTF-8'%><%@taglib uri='http://java.sun.com/jsp/jstl/core' prefix='c'%>
列表集团总销售额: ${show.storeSellMoney}
集团种子销售详情:
添加消费信息 共有数据:${show.rows}条
序号 | 购买人姓名 | 购买人电话 | 店铺 | 购买详情 | 总金额(元) | 销售时间 | 抽奖次数 | 是否中奖 |
---|---|---|---|---|---|---|---|---|
${index.count } | ${sellInfo.phone } | ${sellInfo.custom.name } | ${sellInfo.storePhone } | 6 ${sellInfo.details } | ${sellInfo.totalMoney } | ${sellInfo.date } | ${sellInfo.custom.lotteryNum } | ${sellInfo.custom.flag } |
三月 06, 2018 9:57:33 上午 org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter initControllerAdviceCache信息: Looking for @ControllerAdvice: WebApplicationContext for namespace 'seckill-dispatcher-servlet': startup date [Tue Mar 06 09:57:29 CST 2018]; root of context hierarchy三月 06, 2018 9:57:33 上午 org.springframework.web.servlet.handler.SimpleUrlHandlerMapping registerHandler信息: Mapped URL path [/**] onto handler 'org.springframework.web.servlet.resource.DefaultServletHttpRequestHandler#0'三月 06, 2018 9:57:33 上午 org.springframework.web.servlet.handler.SimpleUrlHandlerMapping registerHandler信息: Mapped URL path [/css/**] onto handler 'org.springframework.web.servlet.resource.ResourceHttpRequestHandler#0'三月 06, 2018 9:57:33 上午 org.springframework.web.servlet.handler.SimpleUrlHandlerMapping registerHandler信息: Mapped URL path [/js/**] onto handler 'org.springframework.web.servlet.resource.ResourceHttpRequestHandler#1'三月 06, 2018 9:57:33 上午 org.springframework.web.servlet.DispatcherServlet initServletBean