|
@@ -4,6 +4,7 @@ import com.github.pagehelper.PageInfo;
|
|
|
import com.ydtech.exception.SystemException;
|
|
import com.ydtech.exception.SystemException;
|
|
|
import com.ydtech.extension.BaseIService;
|
|
import com.ydtech.extension.BaseIService;
|
|
|
import com.ydtech.modules.admin.model.po.SysWechatCustomer;
|
|
import com.ydtech.modules.admin.model.po.SysWechatCustomer;
|
|
|
|
|
+import com.ydtech.modules.admin.model.po.SysWechatCustomerDuty;
|
|
|
import com.ydtech.modules.admin.model.vo.wechat.SysWechatCustomerDutyRulesVo;
|
|
import com.ydtech.modules.admin.model.vo.wechat.SysWechatCustomerDutyRulesVo;
|
|
|
import com.ydtech.modules.admin.model.vo.wechat.SysWechatCustomerQueryVo;
|
|
import com.ydtech.modules.admin.model.vo.wechat.SysWechatCustomerQueryVo;
|
|
|
import com.ydtech.modules.admin.model.vo.wechat.SysWechatCustomerVo;
|
|
import com.ydtech.modules.admin.model.vo.wechat.SysWechatCustomerVo;
|
|
@@ -80,5 +81,5 @@ public interface SysWechatCustomerService extends BaseIService<SysWechatCustomer
|
|
|
* @return true 一致 false 不一致
|
|
* @return true 一致 false 不一致
|
|
|
*
|
|
*
|
|
|
*/
|
|
*/
|
|
|
- boolean whetherTheManagersAreConsistent(String externalUserId, SysWechatCustomer sysWechatCustomer);
|
|
|
|
|
|
|
+ boolean whetherTheManagersAreConsistent(String externalUserId, SysWechatCustomer sysWechatCustomer, List<SysWechatCustomerDuty> sysWechatCustomerDuties);
|
|
|
}
|
|
}
|