fix: codes段cond条件改用parentid替代id

This commit is contained in:
Hermes Agent 2026-06-17 17:35:33 +08:00
parent f1a35163b3
commit 1bb7c948d6
3 changed files with 7 additions and 7 deletions

View File

@ -185,21 +185,21 @@
"table": "appcodes_kv",
"valuefield": "k",
"textfield": "v",
"cond": "id='product_status'"
"cond": "parentid='product_status'"
},
{
"field": "price_type",
"table": "appcodes_kv",
"valuefield": "k",
"textfield": "v",
"cond": "id='product_price_type'"
"cond": "parentid='product_price_type'"
},
{
"field": "product_type",
"table": "appcodes_kv",
"valuefield": "k",
"textfield": "v",
"cond": "id='product_type'"
"cond": "parentid='product_type'"
}
]
}

View File

@ -139,21 +139,21 @@
"table": "appcodes_kv",
"valuefield": "k",
"textfield": "v",
"cond": "id='has_product_flg'"
"cond": "parentid='has_product_flg'"
},
{
"field": "status",
"table": "appcodes_kv",
"valuefield": "k",
"textfield": "v",
"cond": "id='product_category_status'"
"cond": "parentid='product_category_status'"
},
{
"field": "product_type",
"table": "appcodes_kv",
"valuefield": "k",
"textfield": "v",
"cond": "id='product_type'"
"cond": "parentid='product_type'"
}
]
}

View File

@ -116,7 +116,7 @@
"table": "appcodes_kv",
"valuefield": "k",
"textfield": "v",
"cond": "id='enabled_flg'"
"cond": "parentid='enabled_flg'"
}
]
}