fix: 修改发送OA的BIZTRANSACTIONID值为SPRS+时间戳

This commit is contained in:
wxyclub
2024-01-26 09:57:05 +08:00
parent 538ccf2b22
commit 7b942f99cb
@@ -241,7 +241,8 @@ public class WebServiceOAServiceImpl implements WebServiceOAService {
JsonSend jsonSend = new JsonSend();
HEAD head = new HEAD();
head.setACCOUNT("OA");
head.setBIZTRANSACTIONID("SYC_161320210206133219");
// head.setBIZTRANSACTIONID("SYC_161320210206133219");
head.setBIZTRANSACTIONID("SPRS" + System.currentTimeMillis());
head.setCONSUMER("SPRS");
head.setCOUNT("1");
head.setPASSWORD("TEST_oa201611241710");
@@ -330,7 +331,8 @@ public class WebServiceOAServiceImpl implements WebServiceOAService {
JsonSend jsonSend = new JsonSend();
HEAD head = new HEAD();
head.setACCOUNT("OA");
head.setBIZTRANSACTIONID("SYC_161320210206133219");
// head.setBIZTRANSACTIONID("SYC_161320210206133219");
head.setBIZTRANSACTIONID("SPRS" + System.currentTimeMillis());
head.setCONSUMER("SPRS");
head.setCOUNT("1");
head.setPASSWORD("oa201611241710");
@@ -382,7 +384,8 @@ public class WebServiceOAServiceImpl implements WebServiceOAService {
JsonSend jsonSend = new JsonSend();
HEAD head = new HEAD();
head.setACCOUNT("OA");
head.setBIZTRANSACTIONID("SYC_161320210206133219");
// head.setBIZTRANSACTIONID("SYC_161320210206133219");
head.setBIZTRANSACTIONID("SPRS" + System.currentTimeMillis());
head.setCONSUMER("SPRS");
head.setCOUNT("1");
head.setPASSWORD("oa201611241710");
@@ -502,7 +505,8 @@ public class WebServiceOAServiceImpl implements WebServiceOAService {
JsonSend jsonSend = new JsonSend();
HEAD head = new HEAD();
head.setACCOUNT("OA");
head.setBIZTRANSACTIONID("SYC_161320210206133219");
// head.setBIZTRANSACTIONID("SYC_161320210206133219");
head.setBIZTRANSACTIONID("SPRS" + System.currentTimeMillis());
head.setCONSUMER("SPRS");
head.setCOUNT("1");
head.setPASSWORD("oa201611241710");