Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
S
sap-service
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
曲欣亮
sap-service
Commits
5a5c691e
Commit
5a5c691e
authored
Aug 07, 2019
by
Quxl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
x
parent
cc115326
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
6 additions
and
6 deletions
+6
-6
ConfirmQuotationServiceImpl.java
...rvices/confirm_quotation/ConfirmQuotationServiceImpl.java
+1
-1
DNDeletionServiceImpl.java
...egolm/sso/services/dn_deletion/DNDeletionServiceImpl.java
+1
-1
MaterialMasterServiceImpl.java
...o/services/material_master/MaterialMasterServiceImpl.java
+1
-1
PrformaInvoiceServiceImpl.java
...o/services/prforma_invoice/PrformaInvoiceServiceImpl.java
+1
-1
PriceListServiceImpl.java
...m/egolm/sso/services/price_list/PriceListServiceImpl.java
+1
-1
ShippingNotificationServiceImpl.java
...hipping_notfirmation/ShippingNotificationServiceImpl.java
+1
-1
No files found.
src/main/java/com/egolm/sso/services/confirm_quotation/ConfirmQuotationServiceImpl.java
View file @
5a5c691e
...
@@ -54,7 +54,7 @@ public class ConfirmQuotationServiceImpl implements ConfirmQuotationService {
...
@@ -54,7 +54,7 @@ public class ConfirmQuotationServiceImpl implements ConfirmQuotationService {
Date
now
=
new
Date
();
Date
now
=
new
Date
();
String
timeString
=
DateUtil
.
formatDate
(
now
,
"yyyyMMddHHmmssSSS"
);
String
timeString
=
DateUtil
.
formatDate
(
now
,
"yyyyMMddHHmmssSSS"
);
String
dateString
=
DateUtil
.
formatDate
(
now
,
DateUtil
.
FMT_DATE
);
String
dateString
=
DateUtil
.
formatDate
(
now
,
DateUtil
.
FMT_DATE
);
String
TRACE_NO
=
"sapsoconfirmquotation"
+
DateUtil
.
formatDate
(
now
,
DateUtil
.
FMT_DATETIME
);
String
TRACE_NO
=
"sapsoconfirmquotation"
+
dateString
+
common
.
getNextval
(
"T_SO_CONFIRMACTION_HEADER_TRACE_"
+
dateString
);
Long
time
=
now
.
getTime
();
Long
time
=
now
.
getTime
();
String
KUNNR
=
null
;
String
KUNNR
=
null
;
String
VBELN
=
null
;
String
VBELN
=
null
;
...
...
src/main/java/com/egolm/sso/services/dn_deletion/DNDeletionServiceImpl.java
View file @
5a5c691e
...
@@ -48,7 +48,7 @@ public class DNDeletionServiceImpl implements DNDeletionService {
...
@@ -48,7 +48,7 @@ public class DNDeletionServiceImpl implements DNDeletionService {
Date
now
=
new
Date
();
Date
now
=
new
Date
();
String
timeString
=
DateUtil
.
formatDate
(
now
,
"yyyyMMddHHmmssSSS"
);
String
timeString
=
DateUtil
.
formatDate
(
now
,
"yyyyMMddHHmmssSSS"
);
String
dateString
=
DateUtil
.
formatDate
(
now
,
DateUtil
.
FMT_DATE
);
String
dateString
=
DateUtil
.
formatDate
(
now
,
DateUtil
.
FMT_DATE
);
String
TRACE_NO
=
"sapsodndeletion"
+
DateUtil
.
formatDate
(
now
,
DateUtil
.
FMT_DATETIME
);
String
TRACE_NO
=
"sapsodndeletion"
+
dateString
+
common
.
getNextval
(
"T_SO_DN_DELETION_TRACE_"
+
dateString
);
String
apiName
=
"SAP单据删除通知接口"
;
String
apiName
=
"SAP单据删除通知接口"
;
String
apiPath
=
"/dn_deletion"
;
String
apiPath
=
"/dn_deletion"
;
String
traceName
=
"SODNDeletion"
;
String
traceName
=
"SODNDeletion"
;
...
...
src/main/java/com/egolm/sso/services/material_master/MaterialMasterServiceImpl.java
View file @
5a5c691e
...
@@ -51,7 +51,7 @@ public class MaterialMasterServiceImpl implements MaterialMasterService {
...
@@ -51,7 +51,7 @@ public class MaterialMasterServiceImpl implements MaterialMasterService {
boolean
isSuccess
=
true
;
boolean
isSuccess
=
true
;
System
.
out
.
println
(
new
Gson
().
toJson
(
Z_MT_SD_001_MATERIAL_MASTER
));
System
.
out
.
println
(
new
Gson
().
toJson
(
Z_MT_SD_001_MATERIAL_MASTER
));
String
dateString
=
DateUtil
.
formatDate
(
now
,
DateUtil
.
FMT_DATE
);
String
dateString
=
DateUtil
.
formatDate
(
now
,
DateUtil
.
FMT_DATE
);
String
TRACE_NO
=
"sapmaterialmaster"
+
DateUtil
.
formatDate
(
now
,
DateUtil
.
FMT_DATETIME
);
String
TRACE_NO
=
"sapmaterialmaster"
+
dateString
+
common
.
getNextval
(
"T_VEN_GOODS_TRACE_"
+
dateString
);
String
apiName
=
"SAP物料接口"
;
String
apiName
=
"SAP物料接口"
;
String
apiPath
=
"/material_master"
;
String
apiPath
=
"/material_master"
;
String
traceName
=
"MaterialMaster"
;
String
traceName
=
"MaterialMaster"
;
...
...
src/main/java/com/egolm/sso/services/prforma_invoice/PrformaInvoiceServiceImpl.java
View file @
5a5c691e
...
@@ -63,7 +63,7 @@ public class PrformaInvoiceServiceImpl implements PrformaInvoiceService {
...
@@ -63,7 +63,7 @@ public class PrformaInvoiceServiceImpl implements PrformaInvoiceService {
Date
now
=
new
Date
();
Date
now
=
new
Date
();
String
timeString
=
DateUtil
.
formatDate
(
now
,
"yyyyMMddHHmmssSSS"
);
String
timeString
=
DateUtil
.
formatDate
(
now
,
"yyyyMMddHHmmssSSS"
);
String
dateString
=
DateUtil
.
formatDate
(
now
,
DateUtil
.
FMT_DATE
);
String
dateString
=
DateUtil
.
formatDate
(
now
,
DateUtil
.
FMT_DATE
);
String
TRACE_NO
=
"sapproformainvoice"
+
DateUtil
.
formatDate
(
now
,
DateUtil
.
FMT_DATETIME
);
String
TRACE_NO
=
"sapproformainvoice"
+
dateString
+
common
.
getNextval
(
"T_PERFORM_INVOICE_HEADER_TRACE_"
+
dateString
);
String
apiName
=
"SAP形式发票接口"
;
String
apiName
=
"SAP形式发票接口"
;
String
apiPath
=
"/prforma_invoice"
;
String
apiPath
=
"/prforma_invoice"
;
String
traceName
=
"ProFormaInvoice"
;
String
traceName
=
"ProFormaInvoice"
;
...
...
src/main/java/com/egolm/sso/services/price_list/PriceListServiceImpl.java
View file @
5a5c691e
...
@@ -51,7 +51,7 @@ public class PriceListServiceImpl implements PriceListService {
...
@@ -51,7 +51,7 @@ public class PriceListServiceImpl implements PriceListService {
Date
now
=
new
Date
();
Date
now
=
new
Date
();
String
timeString
=
DateUtil
.
formatDate
(
now
,
"yyyyMMddHHmmssSSS"
);
String
timeString
=
DateUtil
.
formatDate
(
now
,
"yyyyMMddHHmmssSSS"
);
String
dateString
=
DateUtil
.
formatDate
(
now
,
DateUtil
.
FMT_DATE
);
String
dateString
=
DateUtil
.
formatDate
(
now
,
DateUtil
.
FMT_DATE
);
String
TRACE_NO
=
"sappricelist"
+
DateUtil
.
formatDate
(
now
,
DateUtil
.
FMT_DATETIME
);
String
TRACE_NO
=
"sappricelist"
+
dateString
+
common
.
getNextval
(
"T_PRICE_LIST_TRACE_"
+
dateString
);
String
apiName
=
"SAP列表价接口"
;
String
apiName
=
"SAP列表价接口"
;
String
apiPath
=
"/price_list"
;
String
apiPath
=
"/price_list"
;
String
traceName
=
"PriceList"
;
String
traceName
=
"PriceList"
;
...
...
src/main/java/com/egolm/sso/services/shipping_notfirmation/ShippingNotificationServiceImpl.java
View file @
5a5c691e
...
@@ -58,7 +58,7 @@ public class ShippingNotificationServiceImpl implements ShippingNotificationServ
...
@@ -58,7 +58,7 @@ public class ShippingNotificationServiceImpl implements ShippingNotificationServ
String
timeString
=
DateUtil
.
formatDate
(
now
,
"yyyyMMddHHmmssSSS"
);
String
timeString
=
DateUtil
.
formatDate
(
now
,
"yyyyMMddHHmmssSSS"
);
String
dateString
=
DateUtil
.
formatDate
(
now
,
DateUtil
.
FMT_DATE
);
String
dateString
=
DateUtil
.
formatDate
(
now
,
DateUtil
.
FMT_DATE
);
Long
time
=
now
.
getTime
();
Long
time
=
now
.
getTime
();
String
TRACE_NO
=
"sapshippingnotification"
+
DateUtil
.
formatDate
(
now
,
DateUtil
.
FMT_DATETIME
);
String
TRACE_NO
=
"sapshippingnotification"
+
dateString
+
common
.
getNextval
(
"T_SHIPPING_NOTIFICATION_HEADER_TRACE_"
+
dateString
);
String
apiName
=
"SAP发货通知接口"
;
String
apiName
=
"SAP发货通知接口"
;
String
apiPath
=
"/shipping_notfirmation"
;
String
apiPath
=
"/shipping_notfirmation"
;
String
traceName
=
"ShippingNotfirmation"
;
String
traceName
=
"ShippingNotfirmation"
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment