Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
  • This project
    • Loading...
  • Sign in / Register
A
abook_check
  • Overview
    • Overview
    • Details
    • Activity
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 0
    • Issues 0
    • List
    • Board
    • Labels
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • abook_android
  • abook_check
  • Merge Requests
  • !285

Merged
Opened Feb 16, 2023 by Kazuyuki Hida@hida-k 
  • Report abuse
Report abuse

ローカル保存している件数の補正を外した。

Edited Feb 16, 2023 by Kazuyuki Hida
  • Discussion 1
  • Commits 1
  • Changes 1
{{ resolvedDiscussionCount }}/{{ discussionCount }} {{ resolvedCountText }} resolved
  • Kazuyuki Hida
    @hida-k started a discussion on the diff Feb 16, 2023
    Resolved by Yujin Seo Feb 16, 2023
    ABVJE_BL/src/jp/agentec/abook/abv/bl/logic/OperationLogic.java
    1236 }
    1237 dto.statusWorkingCount += workingCount;
    1238 }
    1239 }
    1229 // Map<Long, Integer> working = dao.getWorkingTaskReportCounts();
    1230 // for (OperationDto dto : list) {
    1231 // Integer workingCount = working.get(dto.operationId);
    1232 // if (workingCount != null) {
    1233 // if (dto.reportType == 1) {
    1234 // // 定期点検の場合は、先にレポートが作られるので、その分を差し引く
    1235 // dto.statusNotStartedCount -= workingCount;
    1236 // }
    1237 // dto.statusWorkingCount += workingCount;
    1238 // }
    1239 // }
    1240 1240
    • Kazuyuki Hida @hida-k commented Feb 16, 2023
      Developer

      ローカルに一時保存している件数を補正していたが、それを外した。

      Edited Feb 16, 2023
      ローカルに一時保存している件数を補正していたが、それを外した。
    Please register or sign in to reply
  • Kazuyuki Hida @hida-k

    assigned to @seo

    Feb 16, 2023

    assigned to @seo

    assigned to @seo
    Toggle commit list
  • Kazuyuki Hida @hida-k

    unmarked as a Work In Progress

    Feb 16, 2023

    unmarked as a Work In Progress

    unmarked as a **Work In Progress**
    Toggle commit list
  • Yujin Seo @seo

    resolved all discussions

    Feb 16, 2023

    resolved all discussions

    resolved all discussions
    Toggle commit list
  • Yujin Seo @seo

    mentioned in commit 612a724b

    Feb 16, 2023

    mentioned in commit 612a724b

    mentioned in commit 612a724b1c7d5ed6e9b8e74a2e55b2d384a10627
    Toggle commit list
  • Yujin Seo @seo

    merged

    Feb 16, 2023

    merged

    merged
    Toggle commit list
  • Write
  • Preview
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment
Yujin Seo
Assignee
Yujin Seo @seo
Assign to
None
Milestone
None
Assign milestone
Time tracking
2
2 participants
Reference: abook_android/abook_check!285
×

Revert this merge request

Switch branch
Cancel
A new branch will be created in your fork and a new merge request will be started.
×

Cherry-pick this merge request

Switch branch
Cancel
A new branch will be created in your fork and a new merge request will be started.