|
|
@ -21,12 +21,9 @@ import com.epmet.commons.mybatis.service.BaseService; |
|
|
|
import com.epmet.commons.tools.page.PageData; |
|
|
|
import com.epmet.commons.tools.utils.Result; |
|
|
|
import com.epmet.dto.*; |
|
|
|
import com.epmet.dto.form.*; |
|
|
|
import com.epmet.dto.CustomerStaffDTO; |
|
|
|
import com.epmet.dto.CustomerStaffGridDTO; |
|
|
|
import com.epmet.dto.StaffGridListDTO; |
|
|
|
import com.epmet.dto.form.CommonUserIdListFormDTO; |
|
|
|
import com.epmet.dto.form.CustomerGridFormDTO; |
|
|
|
import com.epmet.dto.form.CustomerStaffFormDTO; |
|
|
|
import com.epmet.dto.form.StaffInfoFromDTO; |
|
|
|
import com.epmet.dto.form.StaffSubmitFromDTO; |
|
|
@ -218,13 +215,6 @@ public interface CustomerStaffService extends BaseService<CustomerStaffEntity> { |
|
|
|
*/ |
|
|
|
Result<List<DepartInStaffListResultDTO>> getDepartmentStaffList(DepartmentInStaffFormDTO fromDTO); |
|
|
|
|
|
|
|
/** |
|
|
|
* 根据userId查询customerId |
|
|
|
* @param: addDepartmentStaffFormDTO |
|
|
|
* @auther: zxc |
|
|
|
*/ |
|
|
|
Result<List<CustomerIdDTO>> selectCustomerIdByUserId(AddDepartmentStaffFormDTO addDepartmentStaffFormDTO); |
|
|
|
|
|
|
|
/** |
|
|
|
* @Description 通过userId列表查询未被禁用的用户信息 |
|
|
|
* @Param CommonUserIdListFormDTO :: getUserIdList |
|
|
|