@@ -854,16 +854,13 @@ public class CartQueryServiceImpl implements CartQueryService {
}
StringsqlCustBwList="select bw.sPromoPaperNO from tPromoCustBWList bw, tCustomer c, tShop s where bw.sShopNO = c.sCustTypeID and c.sCustNO = s.sCustNO and s.sShopNO = '"+shopNo+"'";
StringsqlPromoTag=
"SELECT "
+"c.sPromoPaperNO, "
+"p.nTag, "
+"p.dPromoBeginDate, "
+"p.dPromoEndDate "
+"FROM "
+"tCart c "
+"LEFT JOIN tYWPromoMain p ON p.sPromoPaperNO = c.sPromoPaperNO "