Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
cloud-platform
Project
Project
Details
Activity
Releases
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
youjj
cloud-platform
Commits
19b032e1
Commit
19b032e1
authored
Apr 16, 2020
by
jiaorz
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master-order' into dev
parents
80be8357
7964d268
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
25 deletions
+1
-25
ActivityProduct.java
...va/com/xxfc/platform/activity/entity/ActivityProduct.java
+1
-1
ActivityProductMapper.xml
...erver/src/main/resources/mapper/ActivityProductMapper.xml
+0
-24
No files found.
xx-activity/xx-activity-api/src/main/java/com/xxfc/platform/activity/entity/ActivityProduct.java
View file @
19b032e1
...
...
@@ -111,7 +111,7 @@ public class ActivityProduct {
/**
* 说明
*/
private
String
explain
;
private
String
explain
Info
;
@Transient
List
<
ActivityProductSpecs
>
list
;
...
...
xx-activity/xx-activity-server/src/main/resources/mapper/ActivityProductMapper.xml
View file @
19b032e1
<?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" >
<mapper
namespace=
"com.xxfc.platform.activity.mapper.ActivityProductMapper"
>
<resultMap
id=
"BaseResultMap"
type=
"com.xxfc.platform.activity.entity.ActivityProduct"
>
<!--
WARNING - @mbg.generated
-->
<id
column=
"id"
property=
"id"
jdbcType=
"INTEGER"
/>
<result
column=
"crt_time"
property=
"crtTime"
jdbcType=
"BIGINT"
/>
<result
column=
"upd_time"
property=
"updTime"
jdbcType=
"BIGINT"
/>
<result
column=
"name"
property=
"name"
jdbcType=
"VARCHAR"
/>
<result
column=
"start_time"
property=
"startTime"
jdbcType=
"BIGINT"
/>
<result
column=
"end_time"
property=
"endTime"
jdbcType=
"BIGINT"
/>
<result
column=
"num_limit"
property=
"numLimit"
jdbcType=
"INTEGER"
/>
<result
column=
"has_join_num"
property=
"hasJoinNum"
jdbcType=
"INTEGER"
/>
<result
column=
"status"
property=
"status"
jdbcType=
"BIT"
/>
<result
column=
"sort"
property=
"sort"
jdbcType=
"BIT"
/>
<result
column=
"picture"
property=
"picture"
jdbcType=
"VARCHAR"
/>
<result
column=
"type"
property=
"type"
jdbcType=
"BIT"
/>
<result
column=
"time_type"
property=
"timeType"
jdbcType=
"BIT"
/>
<result
column=
"is_del"
property=
"isDel"
jdbcType=
"BIT"
/>
<result
column=
"specs_id"
property=
"specsId"
jdbcType=
"INTEGER"
/>
<result
column=
"sales"
property=
"sales"
jdbcType=
"INTEGER"
/>
<result
column=
"stock"
property=
"stock"
jdbcType=
"INTEGER"
/>
<result
column=
"detail"
property=
"detail"
jdbcType=
"LONGVARCHAR"
/>
<result
column=
"explain"
property=
"explain"
jdbcType=
"LONGVARCHAR"
/>
</resultMap>
</mapper>
\ No newline at end of file
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