Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Administrator
/
framework-tools
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 9627ca97
authored
Jul 03, 2024
by
henry
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改配置文件
1 parent
b467e0e0
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 additions
and
1 deletions
arch-overall/src/main/resources/mapper/ArchiElementMapper.xml
logs/eadc-architecture_error.log
logs/eadc-architecture_info.log
arch-overall/src/main/resources/mapper/ArchiElementMapper.xml
View file @
9627ca9
<?xml version="1.0" encoding="UTF-8"?>
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper
namespace=
"org.arch.mapper.ArchiElementMapper"
>
<mapper
namespace=
"org.arch.mapper.ArchiElementMapper"
>
<resultMap
id=
"BaseResultMap"
type=
"org.arch.
modules.
entity.ArchiElement"
>
<resultMap
id=
"BaseResultMap"
type=
"org.arch.entity.ArchiElement"
>
<result
column=
"element_id"
property=
"elementId"
/>
<result
column=
"element_id"
property=
"elementId"
/>
<result
column=
"element_code"
property=
"elementCode"
/>
<result
column=
"element_code"
property=
"elementCode"
/>
<result
column=
"element_name"
property=
"elementName"
/>
<result
column=
"element_name"
property=
"elementName"
/>
...
...
logs/eadc-architecture_error.log
View file @
9627ca9
This diff is collapsed.
Click to expand it.
logs/eadc-architecture_info.log
View file @
9627ca9
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
Attach a file
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 post a comment