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
  • !297

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

作業一覧で、ローカル保存している報告数の補正を行うようにした。

  • Discussion 1
  • Commits 1
  • Changes 1
{{ resolvedDiscussionCount }}/{{ discussionCount }} {{ resolvedCountText }} resolved
  • Kazuyuki Hida
    @hida-k started a discussion on the diff Feb 27, 2023
    ABVJE_BL/src/jp/agentec/abook/abv/bl/logic/OperationLogic.java
    1276 // Integer workingCount = working.get(dto.operationId);
    1277 // if (workingCount != null) {
    1278 // if (dto.reportType == 1) {
    1279 // // 定期点検の場合は、先にレポートが作られるので、その分を差し引く
    1280 // dto.statusNotStartedCount -= workingCount;
    1281 // }
    1282 // dto.statusWorkingCount += workingCount;
    1283 // }
    1284 // }
    1274 Map<Long, Integer> working = dao.getWorkingTaskReportCounts();
    1275 for (OperationDto dto : list) {
    1276 Integer workingCount = working.get(dto.operationId);
    1277 if (workingCount != null) {
    1278 dto.statusNotStartedCount += workingCount;
    1279 }
    1280 }
    • Kazuyuki Hida @hida-k commented Feb 27, 2023
      Developer

      ローカル保存しているレコード数を報告の件数に加算

      ローカル保存しているレコード数を報告の件数に加算
    Please register or sign in to reply
  • Kazuyuki Hida @hida-k

    assigned to @seo

    Feb 27, 2023

    assigned to @seo

    assigned to @seo
    Toggle commit list
  • Yujin Seo @seo

    merged

    Feb 27, 2023

    merged

    merged
    Toggle commit list
  • Yujin Seo @seo

    mentioned in commit d56911d6

    Feb 27, 2023

    mentioned in commit d56911d6

    mentioned in commit d56911d6750513cf1c69d1495825f9bba28bf9e4
    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!297
×

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.