Commit 1a566a9d by guanghui.cui

扫码购 和 点取分离 返回值处理

parent 87e41dfc
......@@ -689,6 +689,12 @@ bool JsonModule::getPosResponseData(const std::string &odsResponse,IN const std:
||fm_cmd==OPERATION_POS_CANCEL
||fm_cmd==OPERATION_POS_REFUND_AGREE
||fm_cmd==OPERATION_POS_REFUND_DISAGREE
|| fm_cmd == OPERATION_POS_APPOINTMENT_MAKEING_DONE
|| fm_cmd == OPERATION_POS_APPOINTMENT_DONE
|| fm_cmd == OPERATION_POS_APPOINTMENT_REFUND
|| fm_cmd == OPERATION_POS_APPOINTMENT_CONFIRM
|| fm_cmd == OPERATION_POS_SCANCODE_DONE
|| fm_cmd == OPERATION_POS_SCANCODE_REFUND
||fm_cmd == REQUEST_TYPE_QUERY_ORDER_STAUS)
{
result = _convertToOrderOperationReponseJson(odsResponse.data());
......
......@@ -19,7 +19,7 @@
INITIALIZE_EASYLOGGINGPP
#define VERSION "1.0.6 beta 7" //版本号
#define VERSION "1.0.6 beta 8" //版本号
std::string g_init_data;
std::string g_init_data_ods_back;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment