|
@@ -26,6 +26,7 @@
|
|
|
<result property="status" column="status"/>
|
|
|
<result property="openingDate" column="opening_date"/>
|
|
|
<result property="efficaciousDate" column="efficacious_date"/>
|
|
|
+ <result property="chengnuoshu" column="chengnuoshu"/>
|
|
|
<result property="file" column="file"/>
|
|
|
<result property="createBy" column="create_by"/>
|
|
|
<result property="createTime" column="create_time"/>
|
|
@@ -53,6 +54,7 @@
|
|
|
license_code,
|
|
|
opening_date,
|
|
|
efficacious_date,
|
|
|
+ chengnuoshu,
|
|
|
status,
|
|
|
create_by,
|
|
|
create_time,
|
|
@@ -131,6 +133,9 @@
|
|
|
<if test="efficaciousDate != null ">
|
|
|
and efficacious_date = #{efficaciousDate}
|
|
|
</if>
|
|
|
+ <if test="chengnuoshu != null and chengnuoshu != ''">
|
|
|
+ and chengnuoshu = #{chengnuoshu}
|
|
|
+ </if>
|
|
|
and status = 1
|
|
|
</where>
|
|
|
</select>
|