update
This commit is contained in:
@@ -19,11 +19,10 @@
|
||||
<result property="companyNature" column="company_nature" />
|
||||
<result property="cardOrder" column="card_order" />
|
||||
<result property="description" column="description" />
|
||||
<result property="icon" column="icon" />
|
||||
</resultMap>
|
||||
|
||||
<sql id="selectCompanyCardVo">
|
||||
select company_card_id, name, targ, backgroud_color, del_flag, create_by, create_time, update_by, update_time, remark,status,company_nature,card_order,description,icon from company_card
|
||||
select company_card_id, name, targ, backgroud_color, del_flag, create_by, create_time, update_by, update_time, remark,status,company_nature,card_order,description from company_card
|
||||
</sql>
|
||||
|
||||
<select id="selectCompanyCardList" parameterType="CompanyCard" resultMap="CompanyCardResult">
|
||||
|
||||
Reference in New Issue
Block a user