|
|
@ -8,7 +8,7 @@
|
|
|
|
<result property="id" column="id" jdbcType="VARCHAR"/>
|
|
|
|
<result property="id" column="id" jdbcType="VARCHAR"/>
|
|
|
|
<result property="drugName" column="drug_name" jdbcType="VARCHAR"/>
|
|
|
|
<result property="drugName" column="drug_name" jdbcType="VARCHAR"/>
|
|
|
|
<result property="drugNameEn" column="drug_name_en" jdbcType="VARCHAR"/>
|
|
|
|
<result property="drugNameEn" column="drug_name_en" jdbcType="VARCHAR"/>
|
|
|
|
<result property="standards" column="standards" jdbcType="VARCHAR"/>
|
|
|
|
<result property="specification" column="specification" jdbcType="VARCHAR"/>
|
|
|
|
<result property="dose" column="dose" jdbcType="BIGINT"/>
|
|
|
|
<result property="dose" column="dose" jdbcType="BIGINT"/>
|
|
|
|
<result property="unit" column="unit" jdbcType="VARCHAR"/>
|
|
|
|
<result property="unit" column="unit" jdbcType="VARCHAR"/>
|
|
|
|
<result property="intervalDay" column="interval_day" jdbcType="VARCHAR"/>
|
|
|
|
<result property="intervalDay" column="interval_day" jdbcType="VARCHAR"/>
|
|
|
@ -23,7 +23,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
<sql id="Base_Column_List">
|
|
|
|
<sql id="Base_Column_List">
|
|
|
|
id,drug_name,drug_name_en,
|
|
|
|
id,drug_name,drug_name_en,
|
|
|
|
standards,dose,unit,
|
|
|
|
specification,dose,unit,
|
|
|
|
interval_day,dosage_form,skin_test_flag,
|
|
|
|
interval_day,dosage_form,skin_test_flag,
|
|
|
|
cost_type,create_user_id,create_time,
|
|
|
|
cost_type,create_user_id,create_time,
|
|
|
|
update_user_id,update_time
|
|
|
|
update_user_id,update_time
|
|
|
|