|
@@ -12,6 +12,7 @@ import com.gree.mall.manager.plus.entity.User;
|
|
|
import com.gree.mall.manager.plus.entity.WorkerSignConfirm;
|
|
|
import com.gree.mall.manager.plus.service.SysDictCompanyService;
|
|
|
import com.gree.mall.manager.plus.service.UserService;
|
|
|
+import com.gree.mall.manager.plus.service.WebsitUserService;
|
|
|
import com.gree.mall.manager.plus.service.WorkerSignConfirmService;
|
|
|
import com.gree.mall.manager.zfire.bean.ZfireParamBean;
|
|
|
import com.gree.mall.manager.zfire.util.FieldUtils;
|
|
@@ -29,6 +30,7 @@ public class WorkerElecConfirmLogic {
|
|
|
private final CommonLogic commonLogic;
|
|
|
private final CommonMapper commonMapper;
|
|
|
private final WorkerSignConfirmService workerSignConfirmService;
|
|
|
+ private final WebsitUserService websitUserService;
|
|
|
private final UserService userService;
|
|
|
private final SysDictCompanyService sysDictCompanyService;
|
|
|
|
|
@@ -79,4 +81,8 @@ public class WorkerElecConfirmLogic {
|
|
|
vo.setUrl(Objects.isNull(confirm) ? null : confirm.getUrl());
|
|
|
return vo;
|
|
|
}
|
|
|
+
|
|
|
+ public Integer count() {
|
|
|
+ return commonMapper.workerSignConfirmCount();
|
|
|
+ }
|
|
|
}
|