|
发表于 2020-9-3 18:47:04
|
显示全部楼层
select SA_OPOrg,SA_OPOrg.sName,SA_OPOrg.sParent,(select a.sWxDeptID from SA_OPOrg a where a = SA_OPOrg.sParent) AS wxParentDeptID FROM SA_OPOrg SA_OPOrg where (SA_OPOrg.sWxDeptID is null or SA_OPOrg.sWxDeptID = '') and SA_OPOrg.sValidState = 1 and SA_OPOrg.sOrgKindID in ('ogn','dpt') and length(SA_OPOrg.sSequence) = 4 order by SA_OPOrg.sSequence
2020-09-03 18:53:31 api forbidden, hint: [1599129963_56_c292f4c38b74c9b5aefca5fa2cf8110a], from ip: 125.33.244.172, more info at https://open.work.weixin.qq.com/devtool/query?e=48002
2020-09-03 18:53:31 api forbidden, hint: [1599129963_54_9211cde8d805a239bf9a4897876cd5f1], from ip: 125.33.244.172, more info at https://open.work.weixin.qq.com/devtool/query?e=48002
select SA_OPOrg,SA_OPOrg.sName,SA_OPOrg.sParent,(select a.sWxDeptID from SA_OPOrg a where a = SA_OPOrg.sParent) AS wxParentDeptID FROM SA_OPOrg SA_OPOrg where (SA_OPOrg.sWxDeptID is null or SA_OPOrg.sWxDeptID = '') and SA_OPOrg.sValidState = 1 and SA_OPOrg.sOrgKindID in ('ogn','dpt') and length(SA_OPOrg.sSequence) = 8 order by SA_OPOrg.sSequence
2020-09-03 18:53:31 action:<?xml version="1.0" encoding="UTF-8"?>
<action process="/SA/weixin/process/weixin/weixinProcess" activity="mainActivity" name="orgSynchToWeixinAction" execute-context="configKey=ww03061d01fbbd2aa21000002;" content-type="application/xml"><parameters><parameter name="AccountType"><xbiz:simple xmlns:xbiz="http://www.justep.com/xbiz#" type="http://www.w3.org/2001/XMLSchema#String">人员编码</xbiz:simple></parameter></parameters></action>
java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at com.justep.system.action.Engine.invokeActions(Native Method)
at com.justep.system.action.Engine.invokeActions(Unknown Source)
at com.justep.business.server.BusinessServer.doActi |
|