|
|
|
@@ -304,7 +304,7 @@ public class TtMerchantPoiController extends DouyinBaseController { |
|
|
|
final MallUserInfo user = getUser(); |
|
|
|
String userId = "" + user.getId(); |
|
|
|
String importKey = Constant.importPoiMerchantPrev + userId; |
|
|
|
File lFile = handlerImportFile(mFile,importKey,"poiMerchantInit"); |
|
|
|
File lFile = handlerImportFile(mFile,null,"poiMerchantInit"); |
|
|
|
asyncTask.importMerchantInit(lFile, user, importKey,request,response); |
|
|
|
} |
|
|
|
} catch (Exception e) { |
|
|
|
|