|
@@ -263,6 +263,7 @@ public class WeComUserDataJob {
|
|
|
public ReturnT<String> statisticsUserCount(String param) {
|
|
|
refreshTag();
|
|
|
StaffExample staffExample = new StaffExample();
|
|
|
+ staffExample.createCriteria().andIsDeleteEqualTo(0);
|
|
|
List<Staff> staffList = staffMapper.selectByExample(staffExample);
|
|
|
String date;
|
|
|
if (StringUtils.isEmpty(param)) {
|