The parameter array in the http request contains fields that are not in the database. When adding, you can avoid this by passing in the parameter true. During the update operation, first filter out these empty fields that are not in the database and then update.
The parameter array in the http request contains fields that are not in the database. When adding, you can avoid this by passing in the parameter true. During the update operation, first filter out these empty fields that are not in the database and then update.