|
|
@ -541,6 +541,51 @@
|
|
|
|
<if test="categoryName != null">
|
|
|
|
<if test="categoryName != null">
|
|
|
|
categoryName=#{categoryName},
|
|
|
|
categoryName=#{categoryName},
|
|
|
|
</if>
|
|
|
|
</if>
|
|
|
|
|
|
|
|
<if test="requireScanCode != null">
|
|
|
|
|
|
|
|
requireScanCode=#{requireScanCode},
|
|
|
|
|
|
|
|
</if>
|
|
|
|
|
|
|
|
<if test="bzgg != null">
|
|
|
|
|
|
|
|
bzgg=#{bzgg},
|
|
|
|
|
|
|
|
</if>
|
|
|
|
|
|
|
|
<if test="levelUnit != null">
|
|
|
|
|
|
|
|
levelUnit=#{levelUnit},
|
|
|
|
|
|
|
|
</if>
|
|
|
|
|
|
|
|
<if test="prepnUnit != null">
|
|
|
|
|
|
|
|
prepnUnit=#{prepnUnit},
|
|
|
|
|
|
|
|
</if>
|
|
|
|
|
|
|
|
<if test="prepnSpec != null">
|
|
|
|
|
|
|
|
prepnSpec=#{prepnSpec},
|
|
|
|
|
|
|
|
</if>
|
|
|
|
|
|
|
|
<if test="specialCode != null">
|
|
|
|
|
|
|
|
specialCode=#{specialCode},
|
|
|
|
|
|
|
|
</if>
|
|
|
|
|
|
|
|
<if test="storageCondition != null">
|
|
|
|
|
|
|
|
storageCondition=#{storageCondition},
|
|
|
|
|
|
|
|
</if>
|
|
|
|
|
|
|
|
<if test="transportCondition != null">
|
|
|
|
|
|
|
|
transportCondition=#{transportCondition},
|
|
|
|
|
|
|
|
</if>
|
|
|
|
|
|
|
|
<if test="indate != null">
|
|
|
|
|
|
|
|
indate=#{indate},
|
|
|
|
|
|
|
|
</if>
|
|
|
|
|
|
|
|
<if test="useAttribute != null">
|
|
|
|
|
|
|
|
useAttribute=#{useAttribute},
|
|
|
|
|
|
|
|
</if>
|
|
|
|
|
|
|
|
<if test="majorType != null">
|
|
|
|
|
|
|
|
majorType=#{majorType},
|
|
|
|
|
|
|
|
</if>
|
|
|
|
|
|
|
|
<if test="majorStatus != null">
|
|
|
|
|
|
|
|
majorStatus=#{majorStatus},
|
|
|
|
|
|
|
|
</if>
|
|
|
|
|
|
|
|
<if test="physicType != null">
|
|
|
|
|
|
|
|
physicType=#{physicType},
|
|
|
|
|
|
|
|
</if>
|
|
|
|
|
|
|
|
<if test="medicareType != null">
|
|
|
|
|
|
|
|
medicareType=#{medicareType},
|
|
|
|
|
|
|
|
</if>
|
|
|
|
|
|
|
|
<if test="packMatrial != null">
|
|
|
|
|
|
|
|
packMatrial=#{packMatrial},
|
|
|
|
|
|
|
|
</if>
|
|
|
|
</trim>
|
|
|
|
</trim>
|
|
|
|
WHERE nameCode = #{nameCode}
|
|
|
|
WHERE nameCode = #{nameCode}
|
|
|
|
and uuid = #{uuid}
|
|
|
|
and uuid = #{uuid}
|
|
|
|