Commit b721ef8a by huluobin

update

parent 026f3371
...@@ -711,12 +711,6 @@ public class Test { ...@@ -711,12 +711,6 @@ public class Test {
EasyExcel.write("/Users/huluobin/exportSku.xlsx", PurchaseSkuPOI.class).sheet().doWrite(purchaseSkuPOIS); EasyExcel.write("/Users/huluobin/exportSku.xlsx", PurchaseSkuPOI.class).sheet().doWrite(purchaseSkuPOIS);
} }
@org.junit.Test
public void exportSku2() {
List<PurchaseSkuPOI2> purchaseSkuPOIS = purchaseSkuMapper.purchaseSkuExcel2();
EasyExcel.write("/Users/huluobin/exportSku2.xlsx", PurchaseSkuPOI2.class).sheet().doWrite(PurchaseSkuPOI2);
}
@Resource @Resource
MallProductMapper mallProductMapper; MallProductMapper mallProductMapper;
...@@ -778,8 +772,8 @@ public class Test { ...@@ -778,8 +772,8 @@ public class Test {
CouponMapper couponMapper; CouponMapper couponMapper;
@org.junit.Test @org.junit.Test
public void updateUserTimes(){ public void updateUserTimes() {
List<Coupon> couponList = couponMapper.selectUpdateUserTimes(); List<Coupon> couponList = couponMapper.selectUpdateUserTimes();
couponService.updateBatchById(couponList); couponService.updateBatchById(couponList);
} }
......
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