@@ -181,6 +181,6 @@ public class WXCpUserUtil {
}
public static void main(String[] args) throws WxErrorException {
- System.out.println(listAllUser());
+ System.out.println(getByIdOrEmail("500018", "500018"));
@@ -33,7 +33,9 @@ public class SyncSapUserToWxService extends BaseService {
@Override
public void run() {
try {
+ LoggerUtil.info("同步SAP执行开始:" + DateUtil.getTime());
taskBiz();
} catch (Exception e) {
LoggerUtil.error(e);