...
|
...
|
@@ -88,7 +88,7 @@ public class MiniServiceAppImpl implements IMiniAppService { |
|
|
miniappMsgForm.setAvailableTimes(miniappMsgForm.getAvailableTimes()-1);
|
|
|
miniappMsgFormDAO.updateByPrimaryKey(miniappMsgForm);
|
|
|
}else{
|
|
|
logger.warn("send msg result is {}", JSONObject.toJSONString(result));
|
|
|
logger.warn("send msg orderCode is {}, result is {}",reqBO.getOrderCode(), JSONObject.toJSONString(result));
|
|
|
}
|
|
|
|
|
|
return result;
|
...
|
...
|
|