|
@@ -8,6 +8,7 @@ import com.style24.persistence.domain.*;
|
|
|
import lombok.extern.slf4j.Slf4j;
|
|
import lombok.extern.slf4j.Slf4j;
|
|
|
import org.apache.commons.lang3.StringUtils;
|
|
import org.apache.commons.lang3.StringUtils;
|
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
|
|
|
+import org.springframework.cache.annotation.CacheEvict;
|
|
|
import org.springframework.core.env.Environment;
|
|
import org.springframework.core.env.Environment;
|
|
|
import org.springframework.stereotype.Service;
|
|
import org.springframework.stereotype.Service;
|
|
|
import org.springframework.transaction.annotation.Transactional;
|
|
import org.springframework.transaction.annotation.Transactional;
|
|
@@ -401,7 +402,6 @@ public class TsaMorebetterService {
|
|
|
*/
|
|
*/
|
|
|
@Transactional("shopTxnManager")
|
|
@Transactional("shopTxnManager")
|
|
|
public void createMorebetterGoodsTemp() throws Exception {
|
|
public void createMorebetterGoodsTemp() throws Exception {
|
|
|
- log.info("[createMorebetterGoodsTemp]");
|
|
|
|
|
morebetterDao.deleteTmtbGoodsTemp();
|
|
morebetterDao.deleteTmtbGoodsTemp();
|
|
|
morebetterDao.createTmtbGoodsTemp();
|
|
morebetterDao.createTmtbGoodsTemp();
|
|
|
}
|
|
}
|