Browse Source

139612

master
duanluohua 7 years ago
parent
commit
cd0bc05f4c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      BWP.B3_YunKen.Web/Pages/B3YunKen/Reports/CustomerStopByTaskReport.cs

+ 1
- 1
BWP.B3_YunKen.Web/Pages/B3YunKen/Reports/CustomerStopByTaskReport.cs View File

@ -53,7 +53,7 @@ namespace BWP.Web.Pages.B3YunKen.Reports
foreach (DFDataRow row in tbl.Rows) foreach (DFDataRow row in tbl.Rows)
{ {
var val = (bool)row["是否停用"]; var val = (bool)row["是否停用"];
if (val)
if (!val)
{ {
row["移动电话"] = ""; row["移动电话"] = "";
} }


Loading…
Cancel
Save