|
|
|
@ -1,6 +1,7 @@ |
|
|
|
package cn.chjyj.szwh.mapper; |
|
|
|
|
|
|
|
import cn.chjyj.szwh.bean.OrderGoodsDetail; |
|
|
|
import cn.chjyj.szwh.vo.OrderDetailVo; |
|
|
|
import org.junit.Test; |
|
|
|
import org.junit.runner.RunWith; |
|
|
|
import org.springframework.beans.factory.annotation.Autowired; |
|
|
|
@ -39,4 +40,11 @@ public class OrderGoodsDetailMapperTest { |
|
|
|
int xx = orderGoodsDetailMapper.countOrderGoodsDetailByTimeSection(startTime,endTime); |
|
|
|
System.out.println(xx); |
|
|
|
} |
|
|
|
|
|
|
|
@Test |
|
|
|
public void orderDetailVoTest(){ |
|
|
|
String batch="1652847169692215"; |
|
|
|
OrderDetailVo ordv = orderGoodsDetailMapper.getOrderDetailVo(batch); |
|
|
|
System.out.println(ordv.getGoods_image()); |
|
|
|
} |
|
|
|
} |