作者 lihan
1 个管道 的构建 通过 耗费 0 秒

退货&退款

... ... @@ -344,12 +344,12 @@ class ZjOrderController extends AdminBaseController
$param['step'] = 9;
$edit = Db::name('zj_order')->update($param);
if (empty($edit)) {
$this->error('订单退款失败');
$this->error('订单退款失败1');
} else {
$this->success('订单退款成功');
}
} else {
$this->error('订单退款失败');
$this->error('订单退款失败2');
}
} else {
$this->error('非法操作');
... ...