| | |
| | | } |
| | | |
| | | if (!string.IsNullOrEmpty(shipAddress)) |
| | | Condition += " and b.shipAddress = '" + shipAddress + "'"; |
| | | Condition += " and b.shipAddress like '%" + shipAddress + "%'"; |
| | | |
| | | if (!string.IsNullOrEmpty(BuyerName)) |
| | | Condition += " and c.Keyid = '" + BuyerName + "'"; |
| | |
| | | } |
| | | |
| | | if (!string.IsNullOrEmpty(shipAddress)) |
| | | Condition += " and b.shipAddress = '" + shipAddress + "'"; |
| | | Condition += " and b.shipAddress like '%" + shipAddress + "%'"; |
| | | |
| | | if (!string.IsNullOrEmpty(BuyerName)) |
| | | Condition += " and c.Keyid = '" + BuyerName + "'"; |