订单查询,出货撤销与,工单查询功能修改
This commit is contained in:
@@ -571,7 +571,7 @@ public class ReportFlowService : BaseService<ProReportwork01>, IReportFlowServic
|
||||
}
|
||||
else
|
||||
{
|
||||
orderPurchase.Orderindicator = 0;
|
||||
orderPurchase.Orderindicator = -1;
|
||||
}
|
||||
int res = Context.Updateable(orderPurchase).ExecuteCommand();
|
||||
Context.Ado.CommitTran();
|
||||
|
||||
Reference in New Issue
Block a user