|
@@ -90,7 +90,7 @@ public class PayMentServiceImpl implements PayMentService {
|
|
|
// 如果不允许在线支付,返回错误信息(包含状态信息)
|
|
|
if ("n".equalsIgnoreCase(whethertopayonline)) {
|
|
|
log.error("当前系统不允许在线缴费,配置值: {}", whethertopayonline);
|
|
|
- String errorMessage = String.format("系统维护中,请稍后缴费|%s", whethertopayonline);
|
|
|
+ String errorMessage = String.format("系统维护中,请一个小时后使用|%s", whethertopayonline);
|
|
|
return R.error(errorMessage);
|
|
|
}
|
|
|
if (StringUtils.isBlank(enterpriseno)) {
|