丽知:仅退款修改

This commit is contained in:
zhengyf 2024-10-24 13:40:56 +08:00
parent 4c1ac41ecc
commit 12eb70a5c5
1 changed files with 1 additions and 1 deletions

View File

@ -144,7 +144,7 @@ public class RefundOnlyPluginInitializer extends PluginBaseEntity {
start();
}
} catch (Exception e) {
// e.printStackTrace();
e.printStackTrace();
logger.error("executeBusiness方法抛出异常", e);
}
return BaseResult.getSuccessMessageEntity("插件执行成功");