单
This commit is contained in:
@@ -1744,7 +1744,7 @@ public class JDUtil {
|
|||||||
temp = temp.replace("{单号}", orderID );
|
temp = temp.replace("{单号}", orderID );
|
||||||
|
|
||||||
// 发送订单信息到微信
|
// 发送订单信息到微信
|
||||||
wxUtil.sendTextMessage(fromWxid, temp, 1, fromWxid, false);
|
wxUtil.sendTextMessage(fromWxid, temp, 1, fromWxid, true);
|
||||||
|
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
logger.error("生成订单号时发生异常 - 用户: {}, 日期: {}", fromWxid, today, e);
|
logger.error("生成订单号时发生异常 - 用户: {}, 日期: {}", fromWxid, today, e);
|
||||||
|
|||||||
Reference in New Issue
Block a user