shoppingmallv2 init...

This commit is contained in:
최준흠git config git config --helpgit config --global user.name 최준흠 2023-08-12 21:20:42 +09:00
parent 4c72289e0c
commit aa93dad764

View File

@ -38,7 +38,7 @@ class OrderController extends FrontController
switch ($action) { switch ($action) {
case "index": case "index":
case "excel": case "excel":
['name', "cost", "sale", "quantity", "price", "status", "created_at"]; return ['name', "cost", "sale", "quantity", "price", "status", "created_at"];
break; break;
case "view": case "view":
return ['name', "cost", "sale", "quantity", "price", "status", "updated_at", "created_at"]; return ['name', "cost", "sale", "quantity", "price", "status", "updated_at", "created_at"];