Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
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
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abook_android
abook_check
Commits
cd891278
Commit
cd891278
authored
Feb 28, 2023
by
Kazuyuki Hida
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
オフライン時に保存したデータをオンライン復帰後にCMSに送れるようにした。
parent
1eddccd8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletions
+3
-1
ABVJE_BL/src/jp/agentec/abook/abv/bl/logic/OperationLogic.java
+2
-0
ABVJE_UI_Android/src/jp/agentec/abook/abv/ui/home/helper/ABookCheckWebViewHelper.java
+1
-1
No files found.
ABVJE_BL/src/jp/agentec/abook/abv/bl/logic/OperationLogic.java
View file @
cd891278
...
@@ -1506,6 +1506,8 @@ public class OperationLogic extends AbstractLogic {
...
@@ -1506,6 +1506,8 @@ public class OperationLogic extends AbstractLogic {
taskReportDto
.
dataSendFlg
=
true
;
taskReportDto
.
dataSendFlg
=
true
;
taskReportDto
.
attachedFileSendFlg
=
true
;
taskReportDto
.
attachedFileSendFlg
=
true
;
mTaskReportDao
.
update
(
taskReportDto
);
mTaskReportDao
.
update
(
taskReportDto
);
// CMSへの送信は打ち切り
return
;
}
else
{
}
else
{
throw
ex
;
throw
ex
;
}
}
...
...
ABVJE_UI_Android/src/jp/agentec/abook/abv/ui/home/helper/ABookCheckWebViewHelper.java
View file @
cd891278
...
@@ -107,7 +107,7 @@ public class ABookCheckWebViewHelper extends ABookHelper {
...
@@ -107,7 +107,7 @@ public class ABookCheckWebViewHelper extends ABookHelper {
insertOrUpdateTaskReport
(
taskKey
,
enableReportHistory
,
operationId
,
contentId
,
param
,
contentPath
,
reportType
,
taskReportLevel
,
false
);
insertOrUpdateTaskReport
(
taskKey
,
enableReportHistory
,
operationId
,
contentId
,
param
,
contentPath
,
reportType
,
taskReportLevel
,
false
);
copyTaskAttachedMovie
(
operationId
,
contentId
,
taskKey
,
taskReportLevel
);
copyTaskAttachedMovie
(
operationId
,
contentId
,
taskKey
,
taskReportLevel
);
sendTaskData
(
context
,
operationId
,
taskKey
,
taskReportLevel
);
sendTaskData
(
context
,
operationId
,
taskKey
,
taskReportLevel
);
// 作業ステータスのカウントを変える todo:要リファクタリング
// 作業ステータスのカウントを変える todo:要リファクタリング
(直すのはともかく動作確認する時間が惜しい)
OperationDao
operationDao
=
AbstractDao
.
getDao
(
OperationDao
.
class
);
OperationDao
operationDao
=
AbstractDao
.
getDao
(
OperationDao
.
class
);
if
(
isLocalSaved
)
{
if
(
isLocalSaved
)
{
operationDao
.
coutUpCompletedFromWorking
(
operationId
);
operationDao
.
coutUpCompletedFromWorking
(
operationId
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment