Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
T
traffic-front
Project
Project
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
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wangxiaoming
traffic-front
Commits
3bb69df6
Commit
3bb69df6
authored
Dec 24, 2018
by
gary
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
sql debug
parent
e6854abe
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
16 additions
and
17 deletions
+16
-17
OperateLogType.java
...src/main/java/pwc/taxtech/atms/common/OperateLogType.java
+13
-13
OperationLogServiceImpl.java
...wc/taxtech/atms/service/impl/OperationLogServiceImpl.java
+0
-1
ModelConfigExtendsMapper.xml
...pwc/taxtech/atms/dao/extends/ModelConfigExtendsMapper.xml
+2
-2
OperationLogBasicDataExtendsMapper.xml
...h/atms/dao/extends/OperationLogBasicDataExtendsMapper.xml
+1
-1
No files found.
atms-api/src/main/java/pwc/taxtech/atms/common/OperateLogType.java
View file @
3bb69df6
...
...
@@ -5,31 +5,31 @@ public enum OperateLogType {
/***/
UnKnown
(
null
,
-
1
),
/***/
OperationLogOrganization
(
"
OPERATION_LOG_ORGANIZATION
"
,
0
),
OperationLogOrganization
(
"
operation_log_organization
"
,
0
),
/***/
OperationLogUser
(
"
OPERATION_LOG_USER
"
,
1
),
OperationLogUser
(
"
operation_log_user
"
,
1
),
/***/
OperationLogProject
(
"
OPERATION_LOG_PROJECT
"
,
2
),
OperationLogProject
(
"
operation_log_project
"
,
2
),
/***/
OperationLogBasicData
(
"
OPERATION_LOG_BASIC_DATA
"
,
3
),
OperationLogBasicData
(
"
operation_log_basic_data
"
,
3
),
/***/
OperationLogReport
(
"
OPERATION_LOG_REPORT
"
,
4
),
OperationLogReport
(
"
operation_log_report
"
,
4
),
/***/
OperationLogEnterPrise
(
"
OPERATION_LOG_ENTER_PRISE
"
,
5
),
OperationLogEnterPrise
(
"
operation_log_enter_prise
"
,
5
),
/***/
OperationLogSubject
(
"
OPERATION_LOG_SUBJECT
"
,
6
),
OperationLogSubject
(
"
operation_log_subject
"
,
6
),
/***/
OperationLogRole
(
"
OPERATION_LOG_ROLE
"
,
7
),
OperationLogRole
(
"
operation_log_role
"
,
7
),
/***/
OperationLogModelConfiguration
(
"
OPERATION_LOG_MODEL_CONFIGURATION
"
,
8
),
OperationLogModelConfiguration
(
"
operation_log_model_configuration
"
,
8
),
/***/
OperationLogRuleEngine
(
"
OPERATION_LOG_RULE_ENGINE
"
,
9
),
OperationLogRuleEngine
(
"
operation_log_rule_engine
"
,
9
),
/***/
OperationLogKeyvalue
(
"
OPERATION_LOG_KEYVALUE
"
,
10
),
OperationLogKeyvalue
(
"
operation_log_keyvalue
"
,
10
),
/***/
OperationLogWorkflow
(
"
OPERATION_LOG_WORK_FLOW
"
,
11
),
OperationLogWorkflow
(
"
operation_log_work_flow
"
,
11
),
/***/
OperationLogStock
(
"
OPERATION_LOG_STOCK
"
,
12
),
OperationLogStock
(
"
operation_log_stock
"
,
12
),
/***/
;
/***/
...
...
atms-api/src/main/java/pwc/taxtech/atms/service/impl/OperationLogServiceImpl.java
View file @
3bb69df6
...
...
@@ -479,5 +479,4 @@ public class OperationLogServiceImpl extends AbstractService {
addLog
.
setLogType
(
logType
.
value
());
this
.
addOperationLog
(
addLog
);
}
}
atms-dao/src/main/resources/pwc/taxtech/atms/dao/extends/ModelConfigExtendsMapper.xml
View file @
3bb69df6
...
...
@@ -24,7 +24,7 @@
<select
id=
"getModelListByIndustry"
parameterType=
"map"
resultMap=
"getModelListByIndustryResult"
>
SELECT
M
.id as ID,
m
.id as ID,
m.name AS NAME,
mc.category_id AS CATEGORY_ID,
cat.category AS CATEGORY_STRING,
...
...
@@ -69,7 +69,7 @@
org.industry_id = i.id
WHERE
org.industry_id = #{industryID,jdbcType=VARCHAR}
AND
ST
.id = #{serviceTypeID,jdbcType=VARCHAR}
AND
st
.id = #{serviceTypeID,jdbcType=VARCHAR}
ORDER BY
m.code
</select>
...
...
atms-dao/src/main/resources/pwc/taxtech/atms/dao/extends/OperationLogBasicDataExtendsMapper.xml
View file @
3bb69df6
...
...
@@ -43,7 +43,7 @@
ip,
</if>
<if
test=
"@org.apache.commons.lang3.StringUtils@isNotBlank(comment)"
>
"COMMENT"
,
comment
,
</if>
<if
test=
"createTime != null"
>
create_time
...
...
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