You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/main/java/cc/altius/FASP/dao/impl/DashboardDaoImpl.java
+2-25Lines changed: 2 additions & 25 deletions
Original file line number
Diff line number
Diff line change
@@ -345,31 +345,8 @@ public DashboardForLoadProgram getDashboardForLoadProgram(int programId, int ver
345
345
346
346
@Override
347
347
publicintgetUserCount(CustomUserDetailscurUser) {
348
-
StringshowInternalUsersString = "SELECT IF(COUNT(*)>0,1,0) `showInternalUsers` FROM us_user_role ur WHERE ur.ROLE_ID IN ('ROLE_INTERNAL_USER', 'ROLE_APPLICATION_ADMIN', 'ROLE_REALM_ADMIN') AND ur.USER_ID=:curUser ";
StringgetCountryNameQuery = "SELECT c.LABEL_EN INTO @countryName FROM rm_realm_country rc LEFT JOIN vw_country c ON rc.COUNTRY_ID=c.COUNTRY_ID WHERE rc.REALM_COUNTRY_ID=@realmCountryId";
LEFT JOIN ap_static_label ONap_static_label.STATIC_LABEL_ID=ap_static_label_languages.STATIC_LABEL_ID
3
+
SETap_static_label_languages.LABEL_TEXT='If you delink a shipment, the manual QAT shipment will retain the linked details. If the linked shipment has not been uploaded to the server, it will revert to the original manual shipment`s details.'whereap_static_label.LABEL_CODE='static.mt.reminders4A'
4
+
andap_static_label_languages.LANGUAGE_ID=1;
5
+
6
+
UPDATE ap_static_label_languages
7
+
LEFT JOIN ap_static_label ONap_static_label.STATIC_LABEL_ID=ap_static_label_languages.STATIC_LABEL_ID
8
+
SETap_static_label_languages.LABEL_TEXT='Si vous supprimez le lien d`une expédition, l`expédition manuelle QAT conservera les détails liés. Si l`expédition liée n`a pas été téléchargée sur le serveur, elle reviendra aux détails de l`expédition manuelle d`origine.'whereap_static_label.LABEL_CODE='static.mt.reminders4A'
9
+
andap_static_label_languages.LANGUAGE_ID=2;
10
+
11
+
UPDATE ap_static_label_languages
12
+
LEFT JOIN ap_static_label ONap_static_label.STATIC_LABEL_ID=ap_static_label_languages.STATIC_LABEL_ID
13
+
SETap_static_label_languages.LABEL_TEXT='Si desvincula un envío, el envío manual de QAT conservará los detalles vinculados. Si el envío vinculado no se ha cargado al servidor, volverá a los detalles del envío manual original.'whereap_static_label.LABEL_CODE='static.mt.reminders4A'
14
+
andap_static_label_languages.LANGUAGE_ID=3;
15
+
16
+
UPDATE ap_static_label_languages
17
+
LEFT JOIN ap_static_label ONap_static_label.STATIC_LABEL_ID=ap_static_label_languages.STATIC_LABEL_ID
18
+
SETap_static_label_languages.LABEL_TEXT='Se desvincular uma remessa, a remessa QAT manual manterá os dados vinculados. Se a remessa vinculada não tiver sido carregada no servidor, os detalhes da remessa manual original serão revertidos.'whereap_static_label.LABEL_CODE='static.mt.reminders4A'
0 commit comments