| | |
| | | package com.matrix; |
| | | |
| | | import com.alibaba.fastjson.JSONObject; |
| | | import com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper; |
| | | import com.matrix.system.hive.bean.MoneyCardUse; |
| | | import com.matrix.system.hive.dao.MoneyCardUseDao; |
| | |
| | | import org.springframework.test.context.junit4.SpringRunner; |
| | | |
| | | import java.io.IOException; |
| | | import java.util.ArrayList; |
| | | import java.util.List; |
| | | |
| | | /** |
| | |
| | | } |
| | | |
| | | |
| | | |
| | | |
| | | @Test |
| | | @Rollback |
| | | public void testNoticeTask() throws IOException { |
| | | // orderDingDingNoticeTask.handle("",new Delivery(null,null,"1295".getBytes())); |
| | | List<JSONObject> storeReceiptWares =new ArrayList<>(); |
| | | JSONObject o=new JSONObject(); |
| | | o.put("id",12); |
| | | o.put("createBy",""); |
| | | |
| | | |
| | | storeReceiptWares.add(o); |
| | | moneyCardUseDao.saveInTimeReceiptWare(storeReceiptWares); |
| | | |
| | | |
| | | } |