|
|
|
@@ -238,7 +238,8 @@ public class TtMerchantPoiController extends DouyinBaseController { |
|
|
|
try { |
|
|
|
boolean isSaas = this.isGoodLifeSaas(); |
|
|
|
if (!isSaas) { |
|
|
|
ttMerchantPoiService.exportTemplate(request, response,false); |
|
|
|
//ttMerchantPoiService.exportTemplate(request, response,false); |
|
|
|
throw new MallinkException(Result.ERROR,"当前版本无需导出模板"); |
|
|
|
}else { |
|
|
|
ttMerchantPoiService.exportTemplate(request, response,true); |
|
|
|
} |
|
|
|
|