{template 'public_head'}
{template 'public_left'}

一键同步订单(时间间隔2天最佳,时间间隔选择时间长了可能会运行超时)

{php echo tpl_form_field_date('starttime', date('Y-m-d H:i:s',time()), true)}
{php echo tpl_form_field_date('endtime', date('Y-m-d H:i:s',time()+3600*24), true)}
共有{$total}笔订单
{loop $list $l} {/loop}
商品信息 订单状态 收入/分成比例 金额 更新时间
{$l['skuName']}
商品ID:{$l['skuId']}
订单号:{$l['orderId']}
支付时间:{php echo date('Y-m-d H:i:s',$l['orderTime'])}
推广位:{$l['spId']}
{if $l['validCode']==16}已付{elseif $l['validCode']==17}完成{elseif $l['validCode']==17}结算{else}失效{/if} 佣金金额:{php echo $l['estimateFee']}元
比例:{php echo $l['commissionRate']}%
预估计算金额:{$l['estimateCosPrice']} 更新时间:{php echo date('Y-m-d',$l['createtime'])} {php echo date('H:i:s',$l['createtime'])}
{$pager}
{template 'public_bottom'}