Commit a370f5dc by huluobin

update

parent 57f3eecd
...@@ -21,5 +21,6 @@ public class CheckCostListReq { ...@@ -21,5 +21,6 @@ public class CheckCostListReq {
Integer type; Integer type;
@ApiModelProperty("1- 全部 2-待审核 3-已手动审核 4-已自动审核") @ApiModelProperty("1- 全部 2-待审核 3-已手动审核 4-已自动审核")
Integer status; Integer status;
private String costNo; private String costNo;
} }
...@@ -9,7 +9,6 @@ import com.blt.other.module.auth.model.OaDepartment; ...@@ -9,7 +9,6 @@ import com.blt.other.module.auth.model.OaDepartment;
import com.blt.other.module.auth.model.OaUser; import com.blt.other.module.auth.model.OaUser;
import com.blt.other.module.auth.service.IOaDepartmentService; import com.blt.other.module.auth.service.IOaDepartmentService;
import com.blt.other.module.auth.service.IOaUserService; import com.blt.other.module.auth.service.IOaUserService;
import com.blt.other.module.cost.dao.CostCompanyDao;
import com.blt.other.module.cost.service.impl.costcheck.CostContext; import com.blt.other.module.cost.service.impl.costcheck.CostContext;
import com.blt.other.module.cost.service.impl.costcheck.DepartmentCheckState; import com.blt.other.module.cost.service.impl.costcheck.DepartmentCheckState;
import org.junit.Test; import org.junit.Test;
...@@ -103,9 +102,6 @@ public class OtherApplicationTests { ...@@ -103,9 +102,6 @@ public class OtherApplicationTests {
} }
@Resource @Resource
CostCompanyDao costCompanyDao;
@Resource
DepartmentCheckState departmentCheckState; DepartmentCheckState departmentCheckState;
@Test @Test
......
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