Showing
1 changed file
with
0 additions
and
5 deletions
@@ -123,11 +123,6 @@ public class MiniServiceAppImpl implements IMiniAppService { | @@ -123,11 +123,6 @@ public class MiniServiceAppImpl implements IMiniAppService { | ||
123 | }else { | 123 | }else { |
124 | logger.warn("send msg orderCode is {}, result is {}",reqBO.getOrderCode(), JSONObject.toJSONString(result)); | 124 | logger.warn("send msg orderCode is {}, result is {}",reqBO.getOrderCode(), JSONObject.toJSONString(result)); |
125 | 125 | ||
126 | -// // 经常48001的错误 | ||
127 | -// if(result.getInteger("errcode")== 48001){ | ||
128 | -// logger.info("sendMsgUpdateDB retry ,orderCode is {}", reqBO.getOrderCode()); | ||
129 | -// sendMsgUpdateDB(reqBO, miniappMsgForm); | ||
130 | -// } | ||
131 | } | 126 | } |
132 | 127 | ||
133 | return result; | 128 | return result; |
-
Please register or login to post a comment