|
|
|
@ -12,6 +12,7 @@
|
|
|
|
|
<result property="dose" column="dose" jdbcType="BIGINT"/>
|
|
|
|
|
<result property="unit" column="unit" jdbcType="VARCHAR"/>
|
|
|
|
|
<result property="intervalDay" column="interval_day" jdbcType="VARCHAR"/>
|
|
|
|
|
<result property="intervalHour" column="interval_hour" jdbcType="VARCHAR"/>
|
|
|
|
|
<result property="dosageForm" column="dosage_form" jdbcType="VARCHAR"/>
|
|
|
|
|
<result property="skinTestFlag" column="skin_test_flag" jdbcType="VARCHAR"/>
|
|
|
|
|
<result property="costType" column="cost_type" jdbcType="INTEGER"/>
|
|
|
|
@ -24,7 +25,7 @@
|
|
|
|
|
<sql id="Base_Column_List">
|
|
|
|
|
id,drug_name,drug_name_en,
|
|
|
|
|
specification,dose,unit,
|
|
|
|
|
interval_day,dosage_form,skin_test_flag,
|
|
|
|
|
interval_day,interval_hour,dosage_form,skin_test_flag,
|
|
|
|
|
cost_type,create_user_id,create_time,
|
|
|
|
|
update_user_id,update_time
|
|
|
|
|
</sql>
|
|
|
|
|