Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ошибка применения пустых полей в SE клиенте #106

Open
AlexeyKashintsev opened this issue Sep 28, 2018 · 0 comments

Comments

@AlexeyKashintsev
Copy link

При переходе по пустым виджетам создается лог изменений следующего вида:
{"kind":"update","entity":"qPushSchoolboy","data":{"class_num":""},"keys":{"edu_fl_id":153813936678200,"fl_person_id":153813936678201}},
{"kind":"update","entity":"qPushSchoolboy","data":{"class_num":null},"keys":{"edu_fl_id":153813936678200,"fl_person_id":153813936678201}},
{"kind":"update","entity":"qPushSchoolboy","data":{"class_letter":""},"keys":{"edu_fl_id":153813936678200,"fl_person_id":153813936678201}},
{"kind":"update","entity":"qPushSchoolboy","data":{"class_letter":null},"keys":{"edu_fl_id":153813936678200,"fl_person_id":153813936678201}},

Что приводит к ошибке записи в БД:
28-Sep-2018 16:15:28.674 WARNING [jdbc-pool-2-thread-146] com.eas.client.DatabasesClient.riddleStatements null
28-Sep-2018 16:15:28.745 WARNING [jdbc-pool-2-thread-146] com.eas.client.DatabasesClient.riddleStatements null
28-Sep-2018 16:15:28.748 SEVERE [platypus-worker-pool-1-thread-156] com.eas.server.httpservlet.PlatypusHttpServlet.lambda$handlePlatypusRequest$7 java.sql.SQLException: null

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant