|
|
@@ -25,6 +25,6 @@ public class ExistsSqlConst { |
|
|
|
|
|
|
|
public static final String PURCHASE_EXISTS_STATUS_CHANGE = "select 1 from nd_purchase_status_change npsc where npsc.bid_id = nd_purchase.id "; |
|
|
|
|
|
|
|
public static final String USER_EXISTS_ROLE = "select 1 from nd_user_role nur where nur.user_id = nd_user_info.id " |
|
|
|
public static final String USER_EXISTS_ROLE = "select 1 from nd_user_role nur where nur.user_id = nd_user_info.id "; |
|
|
|
|
|
|
|
} |