Revert "fix: 修改发送OA的BIZTRANSACTIONID值为SPRS+时间戳"
This reverts commit 4484a9abdb.
This commit is contained in:
+4
-8
@@ -241,8 +241,7 @@ public class WebServiceOAServiceImpl implements WebServiceOAService {
|
||||
JsonSend jsonSend = new JsonSend();
|
||||
HEAD head = new HEAD();
|
||||
head.setACCOUNT("OA");
|
||||
// head.setBIZTRANSACTIONID("SYC_161320210206133219");
|
||||
head.setBIZTRANSACTIONID("SPRS" + System.currentTimeMillis());
|
||||
head.setBIZTRANSACTIONID("SYC_161320210206133219");
|
||||
head.setCONSUMER("SPRS");
|
||||
head.setCOUNT("1");
|
||||
head.setPASSWORD("TEST_oa201611241710");
|
||||
@@ -331,8 +330,7 @@ public class WebServiceOAServiceImpl implements WebServiceOAService {
|
||||
JsonSend jsonSend = new JsonSend();
|
||||
HEAD head = new HEAD();
|
||||
head.setACCOUNT("OA");
|
||||
// head.setBIZTRANSACTIONID("SYC_161320210206133219");
|
||||
head.setBIZTRANSACTIONID("SPRS" + System.currentTimeMillis());
|
||||
head.setBIZTRANSACTIONID("SYC_161320210206133219");
|
||||
head.setCONSUMER("SPRS");
|
||||
head.setCOUNT("1");
|
||||
head.setPASSWORD("oa201611241710");
|
||||
@@ -384,8 +382,7 @@ public class WebServiceOAServiceImpl implements WebServiceOAService {
|
||||
JsonSend jsonSend = new JsonSend();
|
||||
HEAD head = new HEAD();
|
||||
head.setACCOUNT("OA");
|
||||
// head.setBIZTRANSACTIONID("SYC_161320210206133219");
|
||||
head.setBIZTRANSACTIONID("SPRS" + System.currentTimeMillis());
|
||||
head.setBIZTRANSACTIONID("SYC_161320210206133219");
|
||||
head.setCONSUMER("SPRS");
|
||||
head.setCOUNT("1");
|
||||
head.setPASSWORD("oa201611241710");
|
||||
@@ -505,8 +502,7 @@ public class WebServiceOAServiceImpl implements WebServiceOAService {
|
||||
JsonSend jsonSend = new JsonSend();
|
||||
HEAD head = new HEAD();
|
||||
head.setACCOUNT("OA");
|
||||
// head.setBIZTRANSACTIONID("SYC_161320210206133219");
|
||||
head.setBIZTRANSACTIONID("SPRS" + System.currentTimeMillis());
|
||||
head.setBIZTRANSACTIONID("SYC_161320210206133219");
|
||||
head.setCONSUMER("SPRS");
|
||||
head.setCOUNT("1");
|
||||
head.setPASSWORD("oa201611241710");
|
||||
|
||||
Reference in New Issue
Block a user