|
@@ -217,7 +217,7 @@ public class WxApiService {
|
|
|
break;
|
|
|
}
|
|
|
TradeVectorUtil.remove(tradeNo);
|
|
|
- dao.incrementQueryTimesByTradeNo(tradeNo);
|
|
|
+ dao.increaseQueryTimesByTradeNo(tradeNo);
|
|
|
return saveRet;
|
|
|
}
|
|
|
String message;
|
|
@@ -255,7 +255,7 @@ public class WxApiService {
|
|
|
break;
|
|
|
}
|
|
|
TradeVectorUtil.remove(tradeNo);
|
|
|
- dao.incrementQueryTimesByTradeNo(tradeNo);
|
|
|
+ dao.increaseQueryTimesByTradeNo(tradeNo);
|
|
|
return ResultVoUtil.fail(ExceptionEnum.INTERNAL_SERVER_ERROR, message);
|
|
|
}
|
|
|
|