Merge branch 'fix_20240123_UAT' into 'master'

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

See merge request laws-foton-slrs/foton-wkflow-rest!78
This commit is contained in:
高嵩
2024-01-26 09:58:25 +00:00
@@ -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");