fix: 修改发送OA的BIZTRANSACTIONID值为SPRS+时间戳
This commit is contained in:
+8
-4
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user