调度补齐卖家姓名和电话
This commit is contained in:
@@ -34,6 +34,17 @@ public interface ILbOrderRowService extends IService<LbOrderRow> {
|
||||
String tenantId,
|
||||
Integer isResell);
|
||||
|
||||
/**
|
||||
* 同 {@link #syncFromHxrAdmin(String, String, String, Integer)};{@code hxrOrderStatus} 非空时按后台
|
||||
* {@code status} 筛选拉取(如 {@code 0} 未支付、{@code 1} 已支付),为 null 时使用通用订单列表 URL。
|
||||
*/
|
||||
Map<String, Object> syncFromHxrAdmin(
|
||||
String buyTimeStart,
|
||||
String buyTimeEnd,
|
||||
String tenantId,
|
||||
Integer isResell,
|
||||
Integer hxrOrderStatus);
|
||||
|
||||
/**
|
||||
* 按购买时间区间与租户查询明细,按天汇总为 {@code sum_data} 写入 {@code lb_order_row}。
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user