|
@@ -1742,6 +1742,7 @@ public class StoreOrderServiceImpl extends AbstractService<StoreOrder> implement
|
|
|
AccountDTO accountDTO = JSONObject.parseObject(JSONObject.toJSONString(result.getData()), AccountDTO.class);
|
|
|
if (accountDTO.getBalance().compareTo(storeOrder.getPayPrice()) < 0) {
|
|
|
// throw new ServiceException(ResultCode.INSUFFICIENT_BALANCE);
|
|
|
+ log.info("ResultGenerator.genFailResult"+JSONObject.toJSONString(result));
|
|
|
return ResultGenerator.genFailResult(ResultCode.INSUFFICIENT_BALANCE);
|
|
|
}
|
|
|
} else {
|