|
|
@@ -115,9 +115,7 @@ func AddSpotContractApply(spotContractApply Erms3SpotContractApply) error {
|
|
|
CUSTOMERUSERID,
|
|
|
CUSTOMERACCOUNTID,
|
|
|
SIGNDATE,
|
|
|
- LASTDATE,
|
|
|
CONTRACTATTACHMENT,
|
|
|
- ORIMARGINPAYER,
|
|
|
ORIMARGIN,
|
|
|
REMARK,
|
|
|
DETAILJSON,
|
|
|
@@ -134,8 +132,6 @@ func AddSpotContractApply(spotContractApply Erms3SpotContractApply) error {
|
|
|
?,
|
|
|
?,
|
|
|
to_date(?, 'YYYY-MM-DD HH24:MI:SS'),
|
|
|
- to_date(?, 'YYYY-MM-DD HH24:MI:SS'),
|
|
|
- ?,
|
|
|
?,
|
|
|
?,
|
|
|
?,
|
|
|
@@ -154,9 +150,7 @@ func AddSpotContractApply(spotContractApply Erms3SpotContractApply) error {
|
|
|
spotContractApply.CustomerUserID,
|
|
|
spotContractApply.CustomerAccountID,
|
|
|
spotContractApply.SignDate,
|
|
|
- spotContractApply.LastDate,
|
|
|
spotContractApply.ContractAttachment,
|
|
|
- spotContractApply.OriMarginPayer,
|
|
|
spotContractApply.OriMargin,
|
|
|
spotContractApply.Remark,
|
|
|
spotContractApply.DetailJSON,
|