UFSoft.UBF.PL.Engine.Cache.PLCacheManager.DataCache.FlushCache();
UFSoft.UBF.PL.Engine.Cache.PLCacheManager.ObjectCache.FlushCache();
Ship shipdoc = Ship.Finder.FindByID(shipID); // 出货单
// 提交
ShipmentSubmitProxy submitpx = new ShipmentSubmitProxy();
submitpx.ShipmentKey = shipID;
submitpx.SysVersion = shipdoc.SysVersion;
submitpx.Do();
UFSoft.UBF.PL.Engine.Cache.PLCacheManager.DataCache.FlushCache();
UFSoft.UBF.PL.Engine.Cache.PLCacheManager.ObjectCache.FlushCache();
shipdoc = Ship.Finder.FindByID(shipID); // 出货单
// 审核
ShipmentApproveProxy apppx = new ShipmentApproveProxy();
apppx.ShipmentKey = shipdoc.ID;
apppx.SysVersion = shipdoc.SysVersion;
apppx.Do();
版权属于:
秋驰雪隙
作品采用:
《
署名-非商业性使用-相同方式共享 4.0 国际 (CC BY-NC-SA 4.0)
》许可协议授权
评论 (0)