diff --git a/com/Client.java b/com/Client.java
index 22e3cf2..9a2e43a 100644
--- a/com/Client.java
+++ b/com/Client.java
@@ -16,14 +16,21 @@ public class Client {
// String str = "000006041010157060000081243025801570102311000120230905104426true500130004130157202309050600000812430todogetCountuserNum10913026任广鹏是个大刷币";
// String str = "000006661010157060000081243025801700102311000120230905104426true500130004130157202309050600000812430BTSQD-20230920000510110567101105672测试退回签字意见?";
// String str = "1010157060000081243025801570102311000120230905104426true500130004130157202309050600000812430todogetCountuserNum10913026任广鹏是个大刷币";
- // String str = "0000066900000000000402580170951101017020230920195236true500120043010170202309200000000000040BTSQD-20230921001110110001测试审批人2驳回测试2";
+ // String str = "00000000000402580170951101017020230920195236true500120043010170202309200000000000040BTSQD-20240112003210110001测试审批人2驳回测试2";
// String str = "000005971010157000000001757025801570102311000120231018135840true500130004130157202310180000000017570todogetCount2userNum10110567";
- // String str = "000005961010157000000001757025801570102311000120231018135840true500130004130157202310180000000017570todogetCountuserNum10110567";
- String str = "0000066400000000000302580170951101017020240329082246true500120043010170202403290000000000030FHBTSQD-20240325000111010036赵圣熙0驳回测试"; // ;
+ // String str = "1010157000000001757025801570102311000120231018135840true500130004130157202310180000000017570todogetCount2userNum10110567";
+ String str = "1010157010000003984025812020102311000120241021150459true500130004130157202410210100000039840502349710110610111112024-10-22";
+ // String str = "0000066400000000000302580170951101017020240329082246true500120043010170202403290000000000030FHBTSQD-20240325000111010036赵圣熙0驳回测试"; // ;
// System.out.println(XMLUtils.parseXMLToMap(str));
// Map stringStringMap = XMLUtils.parseXMLToMap(str);
// System.out.println(stringStringMap);
System.out.println(str.getBytes(StandardCharsets.UTF_8).length);
+
+
+ String length = String.format("%08d", str.length());
+ str = length + str;
+ str = new String(str.getBytes(StandardCharsets.UTF_8));
+ System.out.println(str);
// System.exit(0);
// while (true) {
Socket socket = null;
diff --git a/com/Main.java b/com/Main.java
new file mode 100644
index 0000000..dfbb6a9
--- /dev/null
+++ b/com/Main.java
@@ -0,0 +1,7 @@
+package com;
+
+public class Main {
+ public static void main(String[] args) {
+ System.out.println(1111);
+ }
+}
diff --git a/com/customization/hrm/dept/ProxyGetOrganizationInfoCmd.java b/com/customization/hrm/dept/ProxyGetOrganizationInfoCmd.java
index d176d1e..a8de579 100644
--- a/com/customization/hrm/dept/ProxyGetOrganizationInfoCmd.java
+++ b/com/customization/hrm/dept/ProxyGetOrganizationInfoCmd.java
@@ -1,5 +1,6 @@
package com.customization.hrm.dept;
+import com.alibaba.fastjson.JSONObject;
import com.api.hrm.service.HrmUserIconService;
import com.api.hrm.service.impl.HrmUserIconServiceImpl;
import com.engine.common.util.ServiceUtil;
@@ -25,11 +26,12 @@ import weaver.hrm.job.JobTitlesComInfo;
import weaver.hrm.resource.ResourceComInfo;
-@CommandDynamicProxy(target = GetOrganizationInfoCmd.class,desc="")
+@CommandDynamicProxy(target = GetOrganizationInfoCmd.class, desc = "")
public class ProxyGetOrganizationInfoCmd extends AbstractCommandProxy