【类 型】:refactor
【原 因】:商铺的列表 备注字段 退款备注字段 的更新 和 添加功能 【过 程】: 【影 响】:
This commit is contained in:
parent
fe25b9d0b6
commit
b2ebd3c45b
@ -61,6 +61,8 @@ class AdminController extends PublicController
|
||||
$data['weight_max'] = $_REQUEST['weight_max'];
|
||||
$data['default_transport_price'] = $_REQUEST['default_transport_price'];
|
||||
$data['default_pack_price'] = $_REQUEST['default_pack_price'];
|
||||
$data['remark_presup'] = $_REQUEST['remark_presup'];
|
||||
$data['refund_remark_presup'] = $_REQUEST['refund_remark_presup'];
|
||||
$data['describe'] = $_REQUEST['desc'];
|
||||
$data['opening_time'] = $_REQUEST['opening_time'];
|
||||
$data['closeing_time'] = $_REQUEST['closeing_time'];
|
||||
@ -94,6 +96,8 @@ class AdminController extends PublicController
|
||||
$data['weight_max'] = $_REQUEST['weight_max'];
|
||||
$data['default_transport_price'] = $_REQUEST['default_transport_price'];
|
||||
$data['default_pack_price'] = $_REQUEST['default_pack_price'];
|
||||
$data['remark_presup'] = $_REQUEST['remark_presup'];
|
||||
$data['refund_remark_presup'] = $_REQUEST['refund_remark_presup'];
|
||||
$data['describe'] = $_REQUEST['desc'];
|
||||
$data['opening_time'] = $_REQUEST['opening_time'];
|
||||
$data['closeing_time'] = $_REQUEST['closeing_time'];
|
||||
|
Loading…
Reference in New Issue
Block a user