{{ resolvedDiscussionCount }}/{{ discussionCount }} {{ resolvedCountText }} resolved
-
-
-
unmarked as a Work In Progress
Toggle commit list -
resolved all discussions
Toggle commit list -
merged
Toggle commit list
| 249 | 252 | } |
| 250 | 253 | if (loginId != null) { |
| 251 | sql.append(" AND report_lock_user_id <> ? "); //自分以外のロックを変更しないため | |
| 254 | sql.append(" AND report_lock_user_id=? "); //自分以外のロックを変更しないため | |
| 252 | 255 | } |
| 253 | 256 | args.add(reportStatus); |
| 254 | 257 | args.add(reportLockUserId); |
| 255 | 258 | args.add(reportLockUserName); |
| 256 | 259 | args.add(reportLockTime); |
| 257 | args.add(taskKey); | |
| 258 | 260 | if (reportStartDate != null) { |
| 259 | args.add(reportStartDate); | |
| 261 | args.add(taskReportId); | |
| 262 | args.add(DateTimeUtil.toStringInTimeZone(reportStartDate, DateTimeFormat.yyyyMMddHHmmss_hyphen, "UTC")); | |
| 263 | } else { | |
| 264 | args.add(taskKey); | |
Please
register
or
sign in
to reply
|
||
| 1 | Subproject commit 65ba4f84e09897cbf524b7f266bcefb158448b33 | |
| 1 | Subproject commit b1f1c80f998120d31c1f58128434c894ae57e2e1 | |
|
||
assigned to @seo
unmarked as a Work In Progress
unmarked as a Work In Progress
resolved all discussions
resolved all discussions
merged
merged
mentioned in commit d3af397f
mentioned in commit d3af397f