|
|
@ -21,6 +21,7 @@
|
|
|
|
<result property="planName" column="plan_name"/>
|
|
|
|
<result property="planName" column="plan_name"/>
|
|
|
|
<result property="planContent" column="plan_content"/>
|
|
|
|
<result property="planContent" column="plan_content"/>
|
|
|
|
<result property="isPoint" column="is_point"/>
|
|
|
|
<result property="isPoint" column="is_point"/>
|
|
|
|
|
|
|
|
<result property="enterpriseName" column="enterprise_name"/>
|
|
|
|
</resultMap>
|
|
|
|
</resultMap>
|
|
|
|
<sql id="selectBPlanEnterpriseVo">
|
|
|
|
<sql id="selectBPlanEnterpriseVo">
|
|
|
|
select id,
|
|
|
|
select id,
|
|
|
@ -38,7 +39,8 @@
|
|
|
|
planned_year,
|
|
|
|
planned_year,
|
|
|
|
plan_name,
|
|
|
|
plan_name,
|
|
|
|
plan_content,
|
|
|
|
plan_content,
|
|
|
|
is_point
|
|
|
|
is_point,
|
|
|
|
|
|
|
|
enterprise_name
|
|
|
|
from b_plan_enterprise
|
|
|
|
from b_plan_enterprise
|
|
|
|
</sql>
|
|
|
|
</sql>
|
|
|
|
|
|
|
|
|
|
|
|