Commit c89a14ea by 伍思炜

Merge remote-tracking branch 'origin/master'

parents e51c5ec8 5485d7a9
......@@ -2,6 +2,7 @@ package com.winsun.user;
import com.winsun.base.AppApplicationBaseIT;
import com.winsun.item.modular.system.dao.UserMapper;
import com.winsun.outSideSystem.IntelligenceSendOrder;
import lombok.extern.slf4j.Slf4j;
import org.junit.Test;
import org.springframework.beans.factory.annotation.Autowired;
......@@ -17,6 +18,8 @@ public class UserTestHelper extends AppApplicationBaseIT {
@Autowired
private UserMapper mapper;
@Autowired
private IntelligenceSendOrder intelligenceSendOrder;
@Test
public void decryptPwd() {
// final String account = "18028801118";
......@@ -31,5 +34,7 @@ public class UserTestHelper extends AppApplicationBaseIT {
//
// String orderSeq = RandomUtil.RandomNumber(32);
// System.out.println(orderSeq);
intelligenceSendOrder.queryStatus("iczrnmals07dq3im35c1",null);
}
}
......@@ -3,7 +3,6 @@ package com.winsun.service;
import com.baomidou.mybatisplus.enums.SqlLike;
import com.baomidou.mybatisplus.mapper.EntityWrapper;
import com.winsun.auth.core.base.controller.BaseController;
import com.winsun.auth.core.shiro.ShiroUser;
import com.winsun.bean.ExportExcel;
import com.winsun.bean.Order;
import com.winsun.bean.School;
......@@ -23,8 +22,6 @@ import org.apache.poi.xssf.usermodel.XSSFWorkbook;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import javax.servlet.ServletOutputStream;
import javax.servlet.http.HttpServletResponse;
import java.io.File;
import java.io.FileOutputStream;
import java.text.SimpleDateFormat;
......@@ -50,9 +47,6 @@ public class ExportService extends BaseController {
private ExportExcelMapper exportExcelMapper;
@Autowired
private IHhrUserService hhrUserService;
@Autowired
public ExportService(OrderMapper orderMapper,ExportExcelMapper exportExcelMapper){
this.orderMapper = orderMapper;
this.exportExcelMapper = exportExcelMapper;
......
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