{{ resolvedDiscussionCount }}/{{ discussionCount }} {{ resolvedCountText }} resolved
-
-
-
-
-
-
-
resolved all discussions
Toggle commit list -
merged
Toggle commit list
marked the task @lee-dh as completed
assigned to @lee-mk
assigned to @kang-dh
| 565 | 565 | public List<GroupDto> getUserGroups() { |
| 566 | 566 | return rawQueryGetDtoList("select * from m_group where user_group_flg = 1 ORDER BY group_name", null, GroupDto.class); |
| 567 | 567 | } |
| 568 | ||
| 568 | ||
| 569 | public List<GroupDto> geMyGroups() { | |
| 570 | return rawQueryGetDtoList("select * from m_group where group_id IN (select group_id from m_shop_member sm inner join r_shop_member_group rmg on sm.shop_member_id = rmg.shop_member_id where sm.self_flg = 1) ORDER BY group_name", null, GroupDto.class); | |
Please
register
or
sign in
to reply
|
||
| 179 | 179 | } |
| 180 | 180 | |
| 181 | 181 | public String getMyGroupUsers() { |
| 182 | List<GroupDto> myGroupIds = groupDao.getUserGroups(); | |
| 182 | List<GroupDto> myGroupIds = groupDao.geMyGroups(); | |
|
||
assigned to @lee-mk
| 565 | 565 | public List<GroupDto> getUserGroups() { |
| 566 | 566 | return rawQueryGetDtoList("select * from m_group where user_group_flg = 1 ORDER BY group_name", null, GroupDto.class); |
| 567 | 567 | } |
| 568 | ||
| 568 | ||
| 569 | public List<GroupDto> geMyGroups() { | |
|
||
added 1 commit
assigned to @kang-dh
| 30 | ||
| 31 | if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.ICE_CREAM_SANDWICH) { | |
| 32 | if (mCustomView != null) { | |
| 33 | callback.onCustomViewHidden(); | |
| 34 | return; | |
| 35 | } | |
| 36 | ||
| 37 | mOriginalOrientation = mActivity.getRequestedOrientation(); | |
| 38 | FrameLayout decor = (FrameLayout) mActivity.getWindow().getDecorView(); | |
| 39 | mFullscreenContainer = new FullscreenHolder(mActivity); | |
| 40 | mFullscreenContainer.addView(view, COVER_SCREEN_PARAMS); | |
| 41 | decor.addView(mFullscreenContainer, COVER_SCREEN_PARAMS); | |
| 42 | mCustomView = view; | |
| 43 | setFullscreen(true); | |
| 44 | mCustomViewCallback = callback; | |
| 45 | // mActivity.setRequestedOrientation(requestedOrientation); | |
|
||
marked the task @kim-p as completed
marked the task @kang-dh as completed
assigned to @lee-mk
added 1 commit
resolved all discussions
resolved all discussions
merged
merged
mentioned in commit fc58818a
mentioned in commit fc58818a