1、触发器
(1):建立触发器,订单表中增加订单数量后,商品表商品数量同步减少对应的商品订单出数量,并测试
mysql> create trigger orders_after_insert_trigger-> after insert on orders for each row-> up…
1、打包
UnpackAllAction allAction new UnpackAllAction((AbstractBOMLineViewerApplication) currentApplication, "packAllAction");
new Thread(allAction).start();2、解包
UnpackCommand command new UnpackCommand(bomLine);
command.executeModal();3、注…