Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
haoban-manage3.0
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
haoban3.0
haoban-manage3.0
Commits
7a6353d4
Commit
7a6353d4
authored
May 12, 2020
by
qwmqiuwenmin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
3f063c91
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
TabHaobanMaterialMapper.xml
...ice/src/main/resources/mapper/TabHaobanMaterialMapper.xml
+5
-5
No files found.
haoban-manage3-service/src/main/resources/mapper/TabHaobanMaterialMapper.xml
View file @
7a6353d4
...
...
@@ -7,7 +7,7 @@
<result
column=
"material_type"
property=
"materialType"
jdbcType=
"INTEGER"
/>
<result
column=
"category_id"
property=
"categoryId"
jdbcType=
"VARCHAR"
/>
<result
column=
"material_content"
property=
"materialContent"
jdbcType=
"VARCHAR"
/>
<result
column=
"wx_last_upload_time"
property=
"wxLastUploadTime"
jdbcType=
"
VARCHAR
"
/>
<result
column=
"wx_last_upload_time"
property=
"wxLastUploadTime"
jdbcType=
"
TIMESTAMP
"
/>
<result
column=
"media_id"
property=
"mediaId"
jdbcType=
"VARCHAR"
/>
<result
column=
"wx_enterprise_id"
property=
"wxEnterpriseId"
jdbcType=
"VARCHAR"
/>
<result
column=
"staff_id"
property=
"staffId"
jdbcType=
"VARCHAR"
/>
...
...
@@ -42,7 +42,7 @@
status_flag, link, create_time,
update_time)
values (#{materialId,jdbcType=VARCHAR}, #{materialTitle,jdbcType=VARCHAR}, #{materialType,jdbcType=INTEGER},
#{categoryId,jdbcType=VARCHAR}, #{materialContent,jdbcType=VARCHAR}, #{wxLastUploadTime,jdbcType=
VARCHAR
},
#{categoryId,jdbcType=VARCHAR}, #{materialContent,jdbcType=VARCHAR}, #{wxLastUploadTime,jdbcType=
TIMESTAMP
},
#{mediaId,jdbcType=VARCHAR}, #{wxEnterpriseId,jdbcType=VARCHAR}, #{staffId,jdbcType=VARCHAR},
#{staffName,jdbcType=VARCHAR}, #{imgUrl,jdbcType=VARCHAR}, #{materialDesc,jdbcType=VARCHAR},
#{statusFlag,jdbcType=INTEGER}, #{link,jdbcType=VARCHAR}, #{createTime,jdbcType=TIMESTAMP},
...
...
@@ -117,7 +117,7 @@
#{materialContent,jdbcType=VARCHAR},
</if>
<if
test=
"wxLastUploadTime != null"
>
#{wxLastUploadTime,jdbcType=
VARCHAR
},
#{wxLastUploadTime,jdbcType=
TIMESTAMP
},
</if>
<if
test=
"mediaId != null"
>
#{mediaId,jdbcType=VARCHAR},
...
...
@@ -167,7 +167,7 @@
material_content = #{materialContent,jdbcType=VARCHAR},
</if>
<if
test=
"wxLastUploadTime != null"
>
wx_last_upload_time = #{wxLastUploadTime,jdbcType=
VARCHAR
},
wx_last_upload_time = #{wxLastUploadTime,jdbcType=
TIMESTAMP
},
</if>
<if
test=
"mediaId != null"
>
media_id = #{mediaId,jdbcType=VARCHAR},
...
...
@@ -208,7 +208,7 @@
material_type = #{materialType,jdbcType=INTEGER},
category_id = #{categoryId,jdbcType=VARCHAR},
material_content = #{materialContent,jdbcType=VARCHAR},
wx_last_upload_time = #{wxLastUploadTime,jdbcType=
VARCHAR
},
wx_last_upload_time = #{wxLastUploadTime,jdbcType=
TIMESTAMP
},
media_id = #{mediaId,jdbcType=VARCHAR},
wx_enterprise_id = #{wxEnterpriseId,jdbcType=VARCHAR},
staff_id = #{staffId,jdbcType=VARCHAR},
...
...
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