Commit a370f5dc by huluobin

update

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