fix: codes移除dbname,修正表名和字段名
- prodtypeid→product_category(name) - productid→product(product_name) - 所有表在同一数据库,不需要dbname
This commit is contained in:
parent
a666aa1b18
commit
82522d8382
@ -77,14 +77,12 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"field": "prodtypeid",
|
"field": "prodtypeid",
|
||||||
"dbname": "product_management",
|
|
||||||
"table": "product_category",
|
"table": "product_category",
|
||||||
"valuefield": "id",
|
"valuefield": "id",
|
||||||
"textfield": "name"
|
"textfield": "name"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"field": "productid",
|
"field": "productid",
|
||||||
"dbname": "product_management",
|
|
||||||
"table": "product",
|
"table": "product",
|
||||||
"valuefield": "id",
|
"valuefield": "id",
|
||||||
"textfield": "product_name"
|
"textfield": "product_name"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user