|
|
|
@ -8,6 +8,7 @@
|
|
|
|
|
<result property="id" column="id" jdbcType="VARCHAR"/>
|
|
|
|
|
<result property="drugName" column="drug_name" jdbcType="VARCHAR"/>
|
|
|
|
|
<result property="drugNameEn" column="drug_name_en" jdbcType="VARCHAR"/>
|
|
|
|
|
<result property="firstMeasuresId" column="first_measures_id" jdbcType="VARCHAR"/>
|
|
|
|
|
<result property="specification" column="specification" jdbcType="VARCHAR"/>
|
|
|
|
|
<result property="dose" column="dose" jdbcType="BIGINT"/>
|
|
|
|
|
<result property="unit" column="unit" jdbcType="VARCHAR"/>
|
|
|
|
@ -23,7 +24,7 @@
|
|
|
|
|
</resultMap>
|
|
|
|
|
|
|
|
|
|
<sql id="Base_Column_List">
|
|
|
|
|
id,drug_name,drug_name_en,
|
|
|
|
|
id,drug_name,drug_name_en,first_measures_id,
|
|
|
|
|
specification,dose,unit,
|
|
|
|
|
interval_day,interval_hour,dosage_form,skin_test_flag,
|
|
|
|
|
cost_type,create_user_id,create_time,
|
|
|
|
|