|
|
@@ -58,7 +58,7 @@ public class GlobalParameterServiceImpl extends BaseService<GlobalParameter> {
|
|
|
*/
|
|
|
private void checkInputMode(@NotEmpty("globalParameter") GlobalParameter globalParameter) {
|
|
|
InputMode inputMode = globalParameter.getInputMode();
|
|
|
- // 输入方式为 {@link InputMode.Radio} 或 {@link DropDownBox} 时,需提供可选值
|
|
|
+ // 输入方式为 {@link InputMode#Radio} 或 {@link InputMode#DropDownBox} 时,需提供可选值
|
|
|
if (inputMode != null) {
|
|
|
List<Object> optionalValues = globalParameter.getOptionalValues();
|
|
|
Integer defaultOptionalValueIndex = globalParameter.getDefaultOptionalValueIndex();
|