|
@@ -1,13 +1,13 @@
|
|
|
-package com.fjhx.from.service.impl;
|
|
|
+package com.fjhx.form.service.impl;
|
|
|
|
|
|
import cn.hutool.core.util.ObjectUtil;
|
|
|
import com.baomidou.dynamic.datasource.toolkit.DynamicDataSourceContextHolder;
|
|
|
import com.fjhx.common.constant.SourceConstant;
|
|
|
import com.fjhx.customer.service.customer.CustomerService;
|
|
|
-import com.fjhx.from.entity.EmailCount;
|
|
|
-import com.fjhx.from.entity.EmployeeProductivity;
|
|
|
-import com.fjhx.from.mapper.EmployeeProductivityMapper;
|
|
|
-import com.fjhx.from.service.EmployeeProductivityService;
|
|
|
+import com.fjhx.form.entity.EmailCount;
|
|
|
+import com.fjhx.form.entity.EmployeeProductivity;
|
|
|
+import com.fjhx.form.mapper.EmployeeProductivityMapper;
|
|
|
+import com.fjhx.form.service.EmployeeProductivityService;
|
|
|
import com.fjhx.sale.service.contract.ContractService;
|
|
|
import com.ruoyi.common.core.domain.BaseSelectDto;
|
|
|
import com.ruoyi.common.utils.wrapper.IWrapper;
|