landv / landv.github.io

landv-blogs
https://landv.cn
2 stars 0 forks source link

西软菜本 #66

Open landv opened 1 year ago

landv commented 1 year ago
pos_pluid 菜本 pluid 菜本号
pos_plu 菜品
pos_plu_all

pos_plucode_all 类别 plucode 大类

--两个都需要更改
select * from pos_plu_all where pluid='1';

SELECT * FROM `xmstest`.`pos_plu` WHERE code ='13517';

SELECT * FROM `xmstest`.`pos_plu_all` WHERE code ='13517';

update pos_plu Set halt ='F' where pluid='1';

update pos_plu_all Set halt ='F' where pluid='1';