fix: codes段cond条件改用parentid替代id
This commit is contained in:
parent
f1a35163b3
commit
1bb7c948d6
@ -185,21 +185,21 @@
|
|||||||
"table": "appcodes_kv",
|
"table": "appcodes_kv",
|
||||||
"valuefield": "k",
|
"valuefield": "k",
|
||||||
"textfield": "v",
|
"textfield": "v",
|
||||||
"cond": "id='product_status'"
|
"cond": "parentid='product_status'"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"field": "price_type",
|
"field": "price_type",
|
||||||
"table": "appcodes_kv",
|
"table": "appcodes_kv",
|
||||||
"valuefield": "k",
|
"valuefield": "k",
|
||||||
"textfield": "v",
|
"textfield": "v",
|
||||||
"cond": "id='product_price_type'"
|
"cond": "parentid='product_price_type'"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"field": "product_type",
|
"field": "product_type",
|
||||||
"table": "appcodes_kv",
|
"table": "appcodes_kv",
|
||||||
"valuefield": "k",
|
"valuefield": "k",
|
||||||
"textfield": "v",
|
"textfield": "v",
|
||||||
"cond": "id='product_type'"
|
"cond": "parentid='product_type'"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
@ -139,21 +139,21 @@
|
|||||||
"table": "appcodes_kv",
|
"table": "appcodes_kv",
|
||||||
"valuefield": "k",
|
"valuefield": "k",
|
||||||
"textfield": "v",
|
"textfield": "v",
|
||||||
"cond": "id='has_product_flg'"
|
"cond": "parentid='has_product_flg'"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"field": "status",
|
"field": "status",
|
||||||
"table": "appcodes_kv",
|
"table": "appcodes_kv",
|
||||||
"valuefield": "k",
|
"valuefield": "k",
|
||||||
"textfield": "v",
|
"textfield": "v",
|
||||||
"cond": "id='product_category_status'"
|
"cond": "parentid='product_category_status'"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"field": "product_type",
|
"field": "product_type",
|
||||||
"table": "appcodes_kv",
|
"table": "appcodes_kv",
|
||||||
"valuefield": "k",
|
"valuefield": "k",
|
||||||
"textfield": "v",
|
"textfield": "v",
|
||||||
"cond": "id='product_type'"
|
"cond": "parentid='product_type'"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
@ -116,7 +116,7 @@
|
|||||||
"table": "appcodes_kv",
|
"table": "appcodes_kv",
|
||||||
"valuefield": "k",
|
"valuefield": "k",
|
||||||
"textfield": "v",
|
"textfield": "v",
|
||||||
"cond": "id='enabled_flg'"
|
"cond": "parentid='enabled_flg'"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user