| | |
| | | import org.springframework.web.bind.annotation.RestController; |
| | | |
| | | import com.consum.base.BaseController; |
| | | import com.consum.base.core.type.StatesType; |
| | | import com.consum.base.core.utils.CommonUtil; |
| | | import com.consum.base.pojo.FinSysTenantDepartmentParam; |
| | | import com.consum.base.service.FinSysTenantDepartmentService; |
| | |
| | | } |
| | | FinSysTenantDepartment finSysTenantDepartment = new FinSysTenantDepartment(); |
| | | finSysTenantDepartment.setTenantId(tenantId); |
| | | finSysTenantDepartment.setStatus(StatesType.NORMAL.getValue()); |
| | | List<FinSysTenantDepartment> finSysTenantDepartments = this.departmentService.select(finSysTenantDepartment); |
| | | return ResponseValue.success(finSysTenantDepartments); |
| | | } |