@@ -16,6 +16,7 @@ import java.util.Collection;
@ShopDs
@Component
public interface TsaMarketingDao {
+ /* xodud1202 진행 */
/**
* 사은품 프로모션 리스트
@@ -25,4 +26,11 @@ public interface TsaMarketingDao {
* @since 2020. 12. 17
*/
Collection<Marketing> getFreeGoodsPromotionList(Marketing marketing);
+
+ /* // xodud1202 진행 */
+ /* JSM 진행 */
+ /* // JSM 진행 */
}
@@ -73,6 +73,8 @@ public class TsaMarketingService {
private static final String SELF_GOOODS_AFTER = "STY";
* @param marketing
@@ -84,4 +86,10 @@ public class TsaMarketingService {
return marketingDao.getFreeGoodsPromotionList(marketing);
@@ -49,6 +49,7 @@ public class TsaMarketingController extends TsaBaseController {
@Autowired
private TsaSystemService systemService;
* 사은품 프로모션 관리 화면
* @return
@@ -86,4 +87,10 @@ public class TsaMarketingController extends TsaBaseController {
return result;
@@ -27,4 +27,12 @@ public class Marketing extends TscBaseDomain {
private int pageNo = 1;
private int pageSize = 50;
private int pageUnit = 10;
@@ -26,4 +26,12 @@
</if>
ORDER BY REG_DT DESC
</select>
+ <!-- xodud1202 진행 -->
+ <!-- // xodud1202 진행 -->
+ <!-- JSM 진행 -->
+ <!-- // JSM 진행 -->
</mapper>