Commit 2517a433 authored by hongguangwu's avatar hongguangwu

1.5.8-hgw-权限-角色-账号

parent 11ae64a6
......@@ -29,7 +29,7 @@ public class EkpPermissionTask {
* @Date 2023-9-5 09:45:22
* @Param
**/
public void doStatisticsTaxDeclarer() throws Exception {
public void doRefreshEkpUser() throws Exception {
log.info("-------------刷新EKP权限里的账号信息-定时任务开始------------");
HttpDaprUtil.invokeMethodPost(daprEkpPermissionProperties.getAppUrl(), daprEkpPermissionProperties.getAppId(),
"/sysuserinfo/inner/doRefreshEkpUser", "", Object.class,
......
......@@ -123,6 +123,7 @@
,SUBSTRING_INDEX(SUBSTRING_INDEX(e.fd_ldap_dn,',ou', 2),',ou=', -1) AS fd_dept_name
,p.fd_mobile_no,p.fd_email
from sys_org_element e JOIN sys_org_person p on e.fd_id=p.fd_id
where e.fd_is_available = '1'
</select>
</mapper>
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