|
@@ -237,7 +237,7 @@ public class OrderServiceImpl extends ServiceImpl<IOrderMapper, Order> implement
|
|
|
String aliPngPath = QrCodeFilePath.ALI_QRCODE_FOLDER + orderSn + ".png";
|
|
|
FileUtils.deleteFile(wxPngPath);
|
|
|
FileUtils.deleteFile(aliPngPath);
|
|
|
- throw new BusinessException(LoginConstant.FAILURE_CODE_3035,LoginConstant.FAILURE_MSG_3035);
|
|
|
+ //throw new BusinessException(LoginConstant.FAILURE_CODE_3035,LoginConstant.FAILURE_MSG_3035);
|
|
|
}
|
|
|
switch (param.getPayType()){
|
|
|
// 微信
|