username@email.com
12 小时以前 17f23daaefa2d33b4f354efc9eabb88026f771fe
CY_ECommercePlatform/CY.BLL/OA/CoreDeliverOrderBLL.cs
@@ -174,7 +174,7 @@
            }
              
            if (!string.IsNullOrEmpty(shipAddress))
                Condition += " and  b.shipAddress = '" + shipAddress + "'";
                Condition += " and  b.shipAddress like '%" + shipAddress + "%'";
           
            if (!string.IsNullOrEmpty(BuyerName))
                Condition += " and  c.Keyid  = '" + BuyerName + "'";
@@ -242,7 +242,7 @@
            }
            if (!string.IsNullOrEmpty(shipAddress))
                Condition += " and  b.shipAddress = '" + shipAddress + "'";
                Condition += " and  b.shipAddress like '%" + shipAddress + "%'";
            if (!string.IsNullOrEmpty(BuyerName))
                Condition += " and  c.Keyid  = '" + BuyerName + "'";