|
@@ -13,6 +13,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
<result property="realVal" column="real_val" />
|
|
<result property="realVal" column="real_val" />
|
|
<result property="zkzDown" column="zkz_down" />
|
|
<result property="zkzDown" column="zkz_down" />
|
|
<result property="zkzUp" column="zkz_up" />
|
|
<result property="zkzUp" column="zkz_up" />
|
|
|
|
+ <result property="kzxs" column="kzxs" />
|
|
|
|
+ <result property="htfksd" column="htfksd" />
|
|
<result property="canAdd" column="can_add" />
|
|
<result property="canAdd" column="can_add" />
|
|
<result property="delFlag" column="del_flag" />
|
|
<result property="delFlag" column="del_flag" />
|
|
<result property="revision" column="revision" />
|
|
<result property="revision" column="revision" />
|
|
@@ -24,7 +26,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
</resultMap>
|
|
</resultMap>
|
|
|
|
|
|
<sql id="selectTXinyiMedicineAddRecordVo">
|
|
<sql id="selectTXinyiMedicineAddRecordVo">
|
|
- select id, add_hour, choose_pool, add_pool, calculate_val, real_val, zkz_down, zkz_up, can_add, del_flag, revision, create_by, create_time, update_by, update_time, remark from t_xinyi_medicine_add_record
|
|
|
|
|
|
+ select id, add_hour, choose_pool, add_pool, calculate_val, real_val, zkz_down, zkz_up, kzxs, htfksd, can_add, del_flag, revision, create_by, create_time, update_by, update_time, remark from t_xinyi_medicine_add_record
|
|
</sql>
|
|
</sql>
|
|
|
|
|
|
<select id="selectTXinyiMedicineAddRecordList" parameterType="TXinyiMedicineAddRecord" resultMap="TXinyiMedicineAddRecordResult">
|
|
<select id="selectTXinyiMedicineAddRecordList" parameterType="TXinyiMedicineAddRecord" resultMap="TXinyiMedicineAddRecordResult">
|
|
@@ -38,6 +40,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
<if test="realVal != null "> and real_val = #{realVal}</if>
|
|
<if test="realVal != null "> and real_val = #{realVal}</if>
|
|
<if test="zkzDown != null "> and zkz_down = #{zkzDown}</if>
|
|
<if test="zkzDown != null "> and zkz_down = #{zkzDown}</if>
|
|
<if test="zkzUp != null "> and zkz_up = #{zkzUp}</if>
|
|
<if test="zkzUp != null "> and zkz_up = #{zkzUp}</if>
|
|
|
|
+ <if test="kzxs != null "> and kzxs = #{kzxs}</if>
|
|
|
|
+ <if test="htfksd != null "> and htfksd = #{htfksd}</if>
|
|
<if test="canAdd != null "> and can_add = #{canAdd}</if>
|
|
<if test="canAdd != null "> and can_add = #{canAdd}</if>
|
|
<if test="revision != null "> and revision = #{revision}</if>
|
|
<if test="revision != null "> and revision = #{revision}</if>
|
|
</where>
|
|
</where>
|
|
@@ -59,6 +63,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
<if test="realVal != null">real_val,</if>
|
|
<if test="realVal != null">real_val,</if>
|
|
<if test="zkzDown != null">zkz_down,</if>
|
|
<if test="zkzDown != null">zkz_down,</if>
|
|
<if test="zkzUp != null">zkz_up,</if>
|
|
<if test="zkzUp != null">zkz_up,</if>
|
|
|
|
+ <if test="kzxs != null">kzxs,</if>
|
|
|
|
+ <if test="htfksd != null">htfksd,</if>
|
|
<if test="canAdd != null">can_add,</if>
|
|
<if test="canAdd != null">can_add,</if>
|
|
<if test="delFlag != null">del_flag,</if>
|
|
<if test="delFlag != null">del_flag,</if>
|
|
<if test="revision != null">revision,</if>
|
|
<if test="revision != null">revision,</if>
|
|
@@ -76,6 +82,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
<if test="realVal != null">#{realVal},</if>
|
|
<if test="realVal != null">#{realVal},</if>
|
|
<if test="zkzDown != null">#{zkzDown},</if>
|
|
<if test="zkzDown != null">#{zkzDown},</if>
|
|
<if test="zkzUp != null">#{zkzUp},</if>
|
|
<if test="zkzUp != null">#{zkzUp},</if>
|
|
|
|
+ <if test="kzxs != null">#{kzxs},</if>
|
|
|
|
+ <if test="htfksd != null">#{htfksd},</if>
|
|
<if test="canAdd != null">#{canAdd},</if>
|
|
<if test="canAdd != null">#{canAdd},</if>
|
|
<if test="delFlag != null">#{delFlag},</if>
|
|
<if test="delFlag != null">#{delFlag},</if>
|
|
<if test="revision != null">#{revision},</if>
|
|
<if test="revision != null">#{revision},</if>
|
|
@@ -97,6 +105,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
<if test="realVal != null">real_val = #{realVal},</if>
|
|
<if test="realVal != null">real_val = #{realVal},</if>
|
|
<if test="zkzDown != null">zkz_down = #{zkzDown},</if>
|
|
<if test="zkzDown != null">zkz_down = #{zkzDown},</if>
|
|
<if test="zkzUp != null">zkz_up = #{zkzUp},</if>
|
|
<if test="zkzUp != null">zkz_up = #{zkzUp},</if>
|
|
|
|
+ <if test="kzxs != null">kzxs = #{kzxs},</if>
|
|
|
|
+ <if test="htfksd != null">htfksd = #{htfksd},</if>
|
|
<if test="canAdd != null">can_add = #{canAdd},</if>
|
|
<if test="canAdd != null">can_add = #{canAdd},</if>
|
|
<if test="delFlag != null">del_flag = #{delFlag},</if>
|
|
<if test="delFlag != null">del_flag = #{delFlag},</if>
|
|
<if test="revision != null">revision = #{revision},</if>
|
|
<if test="revision != null">revision = #{revision},</if>
|