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
f2844854
Commit
f2844854
authored
Feb 02, 2023
by
Kazuyuki Hida
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
設定やメソッド名の修正
parent
4d3505cc
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
10 deletions
+10
-10
ABVJE_BL/src/jp/agentec/abook/abv/bl/data/dao/WorkingReportDao.java
+4
-4
gradle.properties
+6
-6
No files found.
ABVJE_BL/src/jp/agentec/abook/abv/bl/data/dao/WorkingReportDao.java
View file @
f2844854
...
@@ -12,12 +12,12 @@ public class WorkingReportDao extends AbstractDao {
...
@@ -12,12 +12,12 @@ public class WorkingReportDao extends AbstractDao {
@Override
@Override
protected
WorkingReportDto
convert
(
Cursor
cursor
)
{
protected
WorkingReportDto
convert
(
Cursor
cursor
)
{
return
new
WorkingReportDto
(
return
new
WorkingReportDto
(
l
ongOrNull
(
cursor
,
"operation_id"
),
getL
ongOrNull
(
cursor
,
"operation_id"
),
i
ntOrNull
(
cursor
,
"count"
)
getI
ntOrNull
(
cursor
,
"count"
)
);
);
}
}
private
Long
l
ongOrNull
(
Cursor
cursor
,
String
name
)
{
private
Long
getL
ongOrNull
(
Cursor
cursor
,
String
name
)
{
int
column
=
cursor
.
getColumnIndex
(
name
);
int
column
=
cursor
.
getColumnIndex
(
name
);
if
(
column
<
0
)
{
if
(
column
<
0
)
{
return
null
;
return
null
;
...
@@ -26,7 +26,7 @@ public class WorkingReportDao extends AbstractDao {
...
@@ -26,7 +26,7 @@ public class WorkingReportDao extends AbstractDao {
}
}
}
}
private
Integer
i
ntOrNull
(
Cursor
cursor
,
String
name
)
{
private
Integer
getI
ntOrNull
(
Cursor
cursor
,
String
name
)
{
int
column
=
cursor
.
getColumnIndex
(
name
);
int
column
=
cursor
.
getColumnIndex
(
name
);
if
(
column
<
0
)
{
if
(
column
<
0
)
{
return
null
;
return
null
;
...
...
gradle.properties
View file @
f2844854
...
@@ -37,10 +37,10 @@ app_versioncode=1
...
@@ -37,10 +37,10 @@ app_versioncode=1
# abvEnvironments.xml
# abvEnvironments.xml
#cms server
#cms server
#
acms_address=https://check.abookcloud.com/acms
acms_address
=
https://check.abookcloud.com/acms
#
download_server_address=https://check.abookcloud.com/acms
download_server_address
=
https://check.abookcloud.com/acms
acms_address
=
https://abook188-1.abook.bz/acms
#
acms_address=https://abook188-1.abook.bz/acms
download_server_address
=
https://abook188-1.abook.bz/acms
#
download_server_address=https://abook188-1.abook.bz/acms
#acms_address=http://10.0.2.2:8080/acms
#acms_address=http://10.0.2.2:8080/acms
#download_server_address=http://10.0.2.2:8080/acms
#download_server_address=http://10.0.2.2:8080/acms
...
@@ -96,8 +96,8 @@ hope_page=http://www.sato.co.jp
...
@@ -96,8 +96,8 @@ hope_page=http://www.sato.co.jp
contact_email
=
grp-atform_support@sato-global.com
contact_email
=
grp-atform_support@sato-global.com
#Log Settings
#Log Settings
#
log_level=2
log_level
=
2
log_level
=
1
#
log_level=1
default_log_name
=
abvje
default_log_name
=
abvje
#エラーレポート/Exportログ送信方法 1:acms 2:平文メール(開発・テスト時のみ) 3:暗号化添付メール
#エラーレポート/Exportログ送信方法 1:acms 2:平文メール(開発・テスト時のみ) 3:暗号化添付メール
...
...
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