Supported GetDataCronClearConfig,GetDataCorrectRollbackFile,GetOrderAttachmentFile API.
This commit is contained in:
@@ -25,15 +25,6 @@ ModifyDataCorrectExecSQLRequest::ModifyDataCorrectExecSQLRequest()
|
||||
|
||||
ModifyDataCorrectExecSQLRequest::~ModifyDataCorrectExecSQLRequest() {}
|
||||
|
||||
long ModifyDataCorrectExecSQLRequest::getOrderId() const {
|
||||
return orderId_;
|
||||
}
|
||||
|
||||
void ModifyDataCorrectExecSQLRequest::setOrderId(long orderId) {
|
||||
orderId_ = orderId;
|
||||
setParameter(std::string("OrderId"), std::to_string(orderId));
|
||||
}
|
||||
|
||||
std::string ModifyDataCorrectExecSQLRequest::getExecSQL() const {
|
||||
return execSQL_;
|
||||
}
|
||||
@@ -52,3 +43,12 @@ void ModifyDataCorrectExecSQLRequest::setTid(long tid) {
|
||||
setParameter(std::string("Tid"), std::to_string(tid));
|
||||
}
|
||||
|
||||
long ModifyDataCorrectExecSQLRequest::getOrderId() const {
|
||||
return orderId_;
|
||||
}
|
||||
|
||||
void ModifyDataCorrectExecSQLRequest::setOrderId(long orderId) {
|
||||
orderId_ = orderId;
|
||||
setParameter(std::string("OrderId"), std::to_string(orderId));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user