[Org.jeecgframework.core.common.exception.GlobalExceptionResolver] Global handling Exception capture:
Org.springframework.validation.bindexception:org.springframework.validation.beanpropertybindingresult:1 errors
Field error in object ' goodsentity ' on field ' ID ': Rejected value [,]; codes [Typemismatch.goodsentity.id,typemismatch.id,typemismatch.java.lang.integer,typemismatch]; arguments [Org.springframework.context.support.DefaultMessageSourceResolvable:codes [Goodsentity.id,id]; arguments []; Default message [ID]]; Default message [Failed to convert property value of type ' java.lang.string[] ' to required type ' Java.lang.Integer ' for PR Operty ' id '; Nested exception is Java.lang.NumberFormatException:For input string: ","]
The reason for the error is that there are two properties named ID, which is the default array.
Workaround, delete an attribute.
Form Submission Validation Error