【类 型】:refactor

【原  因】:商铺的列表 备注字段  退款备注字段 的更新 和 添加功能
【过  程】:
【影  响】:
This commit is contained in:
sszdot 2025-01-06 19:56:13 +08:00
parent fe25b9d0b6
commit b2ebd3c45b

View File

@ -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'];