edit-admin-biz_fine

This commit is contained in:
lccsw
2022-07-07 10:22:11 +08:00
parent 3413f12b93
commit bd9e409968
+1
View File
@@ -72,6 +72,7 @@ class Fine extends HD_Controller{
'action' => 'biz/fine/add',
];
if($row){
$info['id'] = $row['id'];
$info['title'] = $row['title'];
$info['price'] = $row['price'];
$info['action'] = 'biz/fine/edit';