Commit bd8f3739 authored by liudong1993's avatar liudong1993

1

parent 6ae68ef5
...@@ -606,11 +606,12 @@ namespace REBORN.Module.UserModule ...@@ -606,11 +606,12 @@ namespace REBORN.Module.UserModule
GroupId = GroupId, GroupId = GroupId,
EmployeeId = EmployeeId EmployeeId = EmployeeId
}; };
var list = new Repository.Dmc.RB_CRMRepository().GetChangePriceOrderPageList(1, 1, out long count, demodel); //ld 2025-10-31 画途 暂时关闭
if (list != null && list.Any()) //var list = new Repository.Dmc.RB_CRMRepository().GetChangePriceOrderPageList(1, 1, out long count, demodel);
{ //if (list != null && list.Any())
return "该销售有帐未平订单,请转交订单后再试"; //{
} // return "该销售有帐未平订单,请转交订单后再试";
//}
model.IsLeave = model.IsLeave == 0 ? 1 : 0; model.IsLeave = model.IsLeave == 0 ? 1 : 0;
if (model.IsLeave == 1) if (model.IsLeave == 1)
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment