|
@@ -438,6 +438,12 @@ class My extends Core
|
|
|
$this->data['info']['end'] = date('Y-m-d', $this->data['info']['end']);
|
|
|
|
|
|
$this->data['info']['status_name'] = $status[$this->data['info']['shop_status']];
|
|
|
+ if ($type == 'shop_sell') {
|
|
|
+ $this->data['info']['cash_name'] = '未返还门店账户';
|
|
|
+ if ($this->data['info']['status'] == 2) {
|
|
|
+ $this->data['info']['cash_name'] = '已返还门店账户';
|
|
|
+ }
|
|
|
+ }
|
|
|
|
|
|
$where = array();
|
|
|
$where['type'] = 1;
|