|
@@ -60,7 +60,7 @@ class ClassifyController extends Controller
|
60
|
60
|
if($id == 6) {
|
61
|
61
|
$fields_josn ='{
|
62
|
62
|
"id": 6,
|
63
|
|
- "api": "/api/maternity_matron_order/store",
|
|
63
|
+ "api": "/maternity_matron_order/store",
|
64
|
64
|
"fields": [
|
65
|
65
|
{
|
66
|
66
|
"name": "level",
|
|
@@ -93,7 +93,7 @@ class ClassifyController extends Controller
|
93
|
93
|
} else {
|
94
|
94
|
$fields_josn = '{
|
95
|
95
|
"id": 7,
|
96
|
|
- "api": "/api/housekeeper_order/store",
|
|
96
|
+ "api": "/housekeeper_order/store",
|
97
|
97
|
"fields": [
|
98
|
98
|
{
|
99
|
99
|
"name": "contents",
|