|
@@ -29,7 +29,7 @@ public class SysPaymentConfigController extends BaseController {
|
|
|
}
|
|
|
SysPaymentConfig paymentConfig = sysPaymentConfigService.findPaymentConfigByOrganId(sysPaymentConfig.getOrganId());
|
|
|
if (paymentConfig != null) {
|
|
|
- return failed("改声部配置已经存在");
|
|
|
+ return failed("此声部配置已经存在");
|
|
|
}
|
|
|
return succeed(sysPaymentConfigService.insert(sysPaymentConfig));
|
|
|
}
|