|
@@ -94,6 +94,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<result property="specTemplateId" column="spec_template_id"/>
|
|
|
<result property="showStatus" column="show_status"/>
|
|
|
<result property="showSort" column="show_sort"/>
|
|
|
+ <result property="specialGoods" column="special_goods"/>
|
|
|
|
|
|
<result property="supplyName" column="supply_name"/>
|
|
|
<result property="educationName" column="education_name"/>
|
|
@@ -467,6 +468,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
cet.education_name,
|
|
|
cpt.project_name,
|
|
|
cb.business_name,
|
|
|
+ cb.template_status as special_goods,
|
|
|
s.school_name,
|
|
|
m.category_name,
|
|
|
ot.type AS template_type,
|
|
@@ -543,6 +545,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
cet.education_name,
|
|
|
cpt.project_name,
|
|
|
cb.business_name,
|
|
|
+ cb.template_status AS special_goods,
|
|
|
s.school_name,
|
|
|
m.category_name,
|
|
|
ot.type AS template_type,
|