username@email.com
8 小时以前 17f23daaefa2d33b4f354efc9eabb88026f771fe
提交
1个文件已修改
4 ■■■■ 已修改文件
CY_ECommercePlatform/CY.BLL/OA/CoreDeliverOrderBLL.cs 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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 + "'";