|
|
|
@ -134,7 +134,7 @@ public class MerchantServiceImp implements MerchantService { |
|
|
|
File file = new File(FTP_BASEPATH + mchId + suffixName); |
|
|
|
try { |
|
|
|
certfile.transferTo(file); |
|
|
|
return file.getPath() + fileName; |
|
|
|
return file.getPath() + mchId + suffixName; |
|
|
|
} catch (IOException e) { |
|
|
|
// TODO 抛出业务异常
|
|
|
|
} |
|
|
|
|