1、update order sequence
2、update order content
3、add new order
a、 if need add begindate,then shoud to add a new order in the pati_in_order table,and update the addflag to "1" when the addflag is "0",finallay remember to update the print_status_table to modifine the numbers of order;
b、if no need to add begindate,just need to add a new order in the print table
本文介绍了一个订单管理系统的更新流程,包括订单序列更新、订单内容更新及新增订单的两种情况:是否需要添加开始日期。如果不需添加开始日期,则直接在打印表中新增订单;如果需要,则在订单表中增加新订单,并更新添加标志为'1',同时修改打印状态表中的订单数量。

被折叠的 条评论
为什么被折叠?



