SUPPORT-9309: fix sql request
This commit is contained in:
parent
d09cd7e31c
commit
0fa2a13065
1 changed files with 1 additions and 1 deletions
|
|
@ -5128,7 +5128,7 @@
|
|||
<entry>
|
||||
<key>sql</key>
|
||||
<value>
|
||||
<simple>"select exists (select 1 from public.user_application_list where user_login\u003d ?\n\t\t\t and application_kind\u003d\u0027CREATE_USER\u0027)::text"</simple>
|
||||
<simple>"select exists (select 1 from public.user_application_list where user_login \u003d ? \nand application_kind \u003d \u0027CREATE_USER\u0027 \nand application_status \nnot in (\u0027CANCEL_BY_CREATOR\u0027, \u0027REJECT_BY_PROCESSOR\u0027, \u0027REJECT_BY_AGREEER\u0027))::text"</simple>
|
||||
</value>
|
||||
</entry>
|
||||
</complex>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue