|
|
@@ -69,8 +69,8 @@ public class TscFreegiftService {
|
|
|
Collection<Order> freegiftGoodsApplySectionList = freegiftDao.getFreeGiftGoodsApplySection(order);
|
|
|
|
|
|
// 2.1 사은품 적용구간이 있는지 판단
|
|
|
- if (fregiftGoodsApplyAmtList.size() > 0) {
|
|
|
- int[] freegiftSectionSqArr = new int[fregiftGoodsApplyAmtList.size()];
|
|
|
+ if (freegiftGoodsApplySectionList.size() > 0) {
|
|
|
+ int[] freegiftSectionSqArr = new int[freegiftGoodsApplySectionList.size()];
|
|
|
|
|
|
int tempFreegiftSectionSq = 0;
|
|
|
int k = 0;
|