Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Sign in
Toggle navigation
T
tamp_fund
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
周鹏
tamp_fund
Commits
cc94695e
Commit
cc94695e
authored
Dec 13, 2023
by
王亚雷
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
生成的sql语句中去掉库名
parent
a91f0c9c
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
955 additions
and
955 deletions
+955
-955
FundCountMapper.xml
src/main/resources/mybatis/generator/FundCountMapper.xml
+681
-681
FundInfoMapper.xml
src/main/resources/mybatis/generator/FundInfoMapper.xml
+270
-270
TxFundDistributionMapper.xml
.../resources/mybatis/generator/TxFundDistributionMapper.xml
+4
-4
No files found.
src/main/resources/mybatis/generator/FundCountMapper.xml
View file @
cc94695e
This source diff could not be displayed because it is too large. You can
view the blob
instead.
src/main/resources/mybatis/generator/FundInfoMapper.xml
View file @
cc94695e
This diff is collapsed.
Click to expand it.
src/main/resources/mybatis/generator/TxFundDistributionMapper.xml
View file @
cc94695e
...
...
@@ -3,7 +3,7 @@
<mapper
namespace=
"com.tanpu.fund.mapper.generator.TxFundDistributionMapper"
>
<resultMap
id=
"BaseResultMap"
type=
"com.tanpu.fund.entity.generator.TxFundDistribution"
>
<!--@mbg.generated-->
<!--@Table t
amp_fund.t
x_fund_distribution-->
<!--@Table tx_fund_distribution-->
<result
column=
"id"
jdbcType=
"BIGINT"
property=
"id"
/>
<result
column=
"fund_id"
jdbcType=
"BIGINT"
property=
"fundId"
/>
<result
column=
"fund_code"
jdbcType=
"VARCHAR"
property=
"fundCode"
/>
...
...
@@ -19,7 +19,7 @@
</resultMap>
<resultMap
extends=
"BaseResultMap"
id=
"ResultMapWithBLOBs"
type=
"com.tanpu.fund.entity.generator.TxFundDistribution"
>
<!--@mbg.generated-->
<!--@Table t
amp_fund.t
x_fund_distribution-->
<!--@Table tx_fund_distribution-->
<result
column=
"distribute_type"
jdbcType=
"VARBINARY"
property=
"distributeType"
/>
<result
column=
"create_by"
jdbcType=
"VARBINARY"
property=
"createBy"
/>
<result
column=
"create_time"
jdbcType=
"VARBINARY"
property=
"createTime"
/>
...
...
@@ -29,11 +29,11 @@
</resultMap>
<sql
id=
"Base_Column_List"
>
<!--@mbg.generated-->
id, fund_id, fund_code, fund_short_name, ann_date, register_date, distribute_date,
id, fund_id, fund_code, fund_short_name, ann_date, register_date, distribute_date,
ex_date, confirm_date, distribution, update_time, delete_tag
</sql>
<sql
id=
"Blob_Column_List"
>
<!--@mbg.generated-->
distribute_type, create_by, create_time, update_by, org_id, org
</sql>
</mapper>
\ No newline at end of file
</mapper>
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