fix: shorten supplier_settlement_cycle parentid (27→22 chars) so appcodes_kv.id fits VARCHAR(32)
This commit is contained in:
parent
0bdb019e29
commit
8dbdf5c3c6
@ -68,7 +68,7 @@
|
||||
]
|
||||
},
|
||||
{
|
||||
"parentid": "supplier_settlement_cycle",
|
||||
"parentid": "supplier_settle_cycle",
|
||||
"parentname": "结算周期",
|
||||
"items": [
|
||||
{"k": "monthly", "v": "月结"},
|
||||
|
||||
@ -190,7 +190,7 @@
|
||||
"table": "appcodes_kv",
|
||||
"valuefield": "k",
|
||||
"textfield": "v",
|
||||
"cond": "parentid='supplier_settlement_cycle'"
|
||||
"cond": "parentid='supplier_settle_cycle'"
|
||||
},
|
||||
{
|
||||
"field": "status",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user