Commit a9ee7a9f authored by liudong1993's avatar liudong1993

1

parent 139656ba
......@@ -3368,7 +3368,7 @@ namespace REBORN.Module.FinanceModule
model.AccountNumber = clientModel.CardNum;
model.SupplierName = clientModel.SupplierName ?? "暂无";
model.DutyNo = clientModel.DutyNo ?? "暂无";
if (string.IsNullOrEmpty(model.DutyNo) && !(",7,8,9,10,").Contains("," + (int)model.ClientType + ","))
if (string.IsNullOrEmpty(clientModel.DutyNo) && !(",7,8,9,10,").Contains("," + (int)model.ClientType + ","))
{
var ssmodel = Rb_SupplierRepository.GetEntity(clientModel.ObjID);
model.DutyNo = ssmodel?.DutyParagraph ?? "";
......
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