Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
sunac_report
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
java-sunac-report
sunac_report
Commits
27a6bb43
Commit
27a6bb43
authored
Aug 20, 2019
by
sunxin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
number字段修改
parent
7659182a
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
9 deletions
+9
-9
CtBbtcBusCategoryDao.xml
src/main/resources/mappings/modules/report/CtBbtcBusCategoryDao.xml
+3
-3
CtBbtcBusTypeDao.xml
src/main/resources/mappings/modules/report/CtBbtcBusTypeDao.xml
+3
-3
CtBbtcRegionDao.xml
src/main/resources/mappings/modules/report/CtBbtcRegionDao.xml
+3
-3
No files found.
src/main/resources/mappings/modules/report/CtBbtcBusCategoryDao.xml
View file @
27a6bb43
...
...
@@ -4,7 +4,7 @@
<sql
id=
"ctBbtcBusCategoryColumns"
>
a.id AS "id",
a.number AS "number",
a.
f
number AS "number",
a.name AS "name",
a.type AS "type.id",
b.name AS "typeName",
...
...
@@ -75,7 +75,7 @@
<insert
id=
"insert"
>
INSERT INTO ct_bbtc_bus_category(
id,
number,
f
number,
name,
type,
ctBbtcGroup
...
...
@@ -90,7 +90,7 @@
<update
id=
"update"
>
UPDATE ct_bbtc_bus_category SET
number = #{number},
f
number = #{number},
name = #{name},
type = #{type.id},
ctBbtcGroup=#{ctBbtcGroup}
...
...
src/main/resources/mappings/modules/report/CtBbtcBusTypeDao.xml
View file @
27a6bb43
...
...
@@ -4,7 +4,7 @@
<sql
id=
"ctBbtcBusTypeColumns"
>
a.id AS "id",
a.number AS "number",
a.
f
number AS "number",
a.name AS "name",
a.supplement_group AS "group",
b.label AS "groupName"
...
...
@@ -74,7 +74,7 @@
<insert
id=
"insert"
>
INSERT INTO ct_bbtc_bus_type(
id,
number,
f
number,
name,
supplement_group
) VALUES (
...
...
@@ -87,7 +87,7 @@
<update
id=
"update"
>
UPDATE ct_bbtc_bus_type SET
number = #{number},
f
number = #{number},
name = #{name},
supplement_group = #{group}
WHERE id = #{id}
...
...
src/main/resources/mappings/modules/report/CtBbtcRegionDao.xml
View file @
27a6bb43
...
...
@@ -4,7 +4,7 @@
<sql
id=
"ctBbtcRegionColumns"
>
a.id AS "id",
a.number AS "number",
a.
f
number AS "number",
a.name AS "name",
a.supplement_group AS "group",
b.label AS "groupName"
...
...
@@ -76,7 +76,7 @@
<insert
id=
"insert"
>
INSERT INTO ct_bbtc_region(
id,
number,
f
number,
name,
supplement_group
) VALUES (
...
...
@@ -89,7 +89,7 @@
<update
id=
"update"
>
UPDATE ct_bbtc_region SET
number = #{number},
f
number = #{number},
name = #{name},
supplement_group = #{group}
WHERE id = #{id}
...
...
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