|
|
|
@ -711,8 +711,8 @@ public class MtFactoryDataServiceImpl implements IMtFactoryDataService {
|
|
|
|
|
mtOrderLogEntity.setType(type); |
|
|
|
|
mtOrderLogEntity.setRefCode(refCode); |
|
|
|
|
|
|
|
|
|
Integer PUSH_STATUS_SUCCESS = 1; |
|
|
|
|
Integer PUSH_STATUS_FAIL = 2; |
|
|
|
|
Integer PUSH_STATUS_SUCCESS = 2; |
|
|
|
|
Integer PUSH_STATUS_FAIL = 1; |
|
|
|
|
JSONObject jsonObject = JSONObject.parseObject(result); |
|
|
|
|
|
|
|
|
|
if (jsonObject == null || jsonObject.isEmpty() || 0 != jsonObject.getInteger("Result")) { |
|
|
|
|