合并 订单附带京粉每日统计
This commit is contained in:
@@ -94,7 +94,7 @@ public class OrderUtil {
|
||||
String unionId = entry.getKey();
|
||||
List<OrderRow> orderRows2 = entry.getValue();
|
||||
OrderStats stats = calculateStats(orderRows2);
|
||||
resultContent.append(buildStatsContent("京粉 :" + getRemarkFromJdid(unionId) + "今日统计", stats));
|
||||
resultContent.append(buildStatsContent("京粉 :" + getRemarkFromJdid(unionId) , stats));
|
||||
wxUtil.sendTextMessage(wxId, resultContent.toString(), 1, wxId, true);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user