录单
This commit is contained in:
@@ -96,7 +96,7 @@ public class OrderUtil {
|
|||||||
String wxId = getWxidFromJdid(orderRow.getUnionId().toString());
|
String wxId = getWxidFromJdid(orderRow.getUnionId().toString());
|
||||||
if (Util.isNotEmpty(wxId)) {
|
if (Util.isNotEmpty(wxId)) {
|
||||||
String content = getFormattedOrderInfoForJB(orderRow);
|
String content = getFormattedOrderInfoForJB(orderRow);
|
||||||
String alertMsg = "[爱心] 价保了 " + newProPriceAmount + " [爱心] \n" + content;
|
String alertMsg = "[爱心] 价保/赔付 : " + newProPriceAmount + " [爱心] \n" + content;
|
||||||
|
|
||||||
try {
|
try {
|
||||||
// 先发送通知
|
// 先发送通知
|
||||||
|
|||||||
Reference in New Issue
Block a user