Commit 9f503cbc by huangZW

111

parent 37f24e95
...@@ -7,7 +7,9 @@ import java.util.Set; ...@@ -7,7 +7,9 @@ import java.util.Set;
import com.alibaba.fastjson.JSONObject; import com.alibaba.fastjson.JSONObject;
import com.gic.commons.util.ToolUtil; import com.gic.commons.util.ToolUtil;
import com.gic.haoban.manage.service.entity.TabHaobanStaffClerkRelation; import com.gic.haoban.manage.service.entity.TabHaobanStaffClerkRelation;
import javafx.scene.control.Tab; import javafx.scene.control.Tab;
import org.apache.commons.lang3.StringUtils; import org.apache.commons.lang3.StringUtils;
import org.slf4j.Logger; import org.slf4j.Logger;
import org.slf4j.LoggerFactory; import org.slf4j.LoggerFactory;
...@@ -84,4 +86,9 @@ public class StaffClerkRelationServiceImpl implements StaffClerkRelationService ...@@ -84,4 +86,9 @@ public class StaffClerkRelationServiceImpl implements StaffClerkRelationService
mapper.insert(relation); mapper.insert(relation);
return uuid; return uuid;
} }
@Override
public int cleanStaffClerk(String wxEnterpriseId, List<String> staffIds) {
// TODO 防报错,先提交下
return 0;
}
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment