Commit bd2c3ae6 by xugaojun

新增部门同时同步欢迎语

parent 99e0c29e
...@@ -90,6 +90,9 @@ public class DepartmentServiceImpl implements DepartmentService { ...@@ -90,6 +90,9 @@ public class DepartmentServiceImpl implements DepartmentService {
String currentDepartmentName, String wxEnterpriseId) { String currentDepartmentName, String wxEnterpriseId) {
logger.info("同步欢迎语适用部门, parentDepartmentId:{}, currentDepartmentId:{}, wxEnterpriseId:{}", logger.info("同步欢迎语适用部门, parentDepartmentId:{}, currentDepartmentId:{}, wxEnterpriseId:{}",
parentDepartmentId, currentDepartmentId, wxEnterpriseId); parentDepartmentId, currentDepartmentId, wxEnterpriseId);
if (StringUtils.isEmpty(parentDepartmentId)) {
return;
}
// 列举父部门被关联的欢迎语 // 列举父部门被关联的欢迎语
TabHaobanWelcomeSuitRang query = new TabHaobanWelcomeSuitRang(); TabHaobanWelcomeSuitRang query = new TabHaobanWelcomeSuitRang();
query.setWxEnterpriseId(wxEnterpriseId); query.setWxEnterpriseId(wxEnterpriseId);
......
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