|
|
|
@ -195,7 +195,7 @@
|
|
|
|
|
matrial,
|
|
|
|
|
destinyType,
|
|
|
|
|
productsType, prepnUnit, prepnSpec, storageCondition, transportCondition, indate, packMatrial, majorType,
|
|
|
|
|
majorStatus, physicType, medicareType, bzgg,
|
|
|
|
|
majorStatus, physicType, medicareType, bzgg, xjdw,
|
|
|
|
|
requireScanCode, detailSort)
|
|
|
|
|
values (#{id}, #{uuid},
|
|
|
|
|
#{originUuid},
|
|
|
|
@ -269,8 +269,8 @@
|
|
|
|
|
#{majorStatus},
|
|
|
|
|
#{physicType},
|
|
|
|
|
#{medicareType},
|
|
|
|
|
#{bzgg},
|
|
|
|
|
#{requireScanCode},#{detailSort})
|
|
|
|
|
#{bzgg}, #{xjdw},
|
|
|
|
|
#{requireScanCode}, #{detailSort})
|
|
|
|
|
</insert>
|
|
|
|
|
|
|
|
|
|
<insert id="insertUdiInfos" parameterType="java.util.List">
|
|
|
|
@ -590,7 +590,6 @@
|
|
|
|
|
<if test="detailSort != null">
|
|
|
|
|
packMatrial=#{packMatrial},
|
|
|
|
|
</if>
|
|
|
|
|
|
|
|
|
|
</trim>
|
|
|
|
|
WHERE nameCode = #{nameCode}
|
|
|
|
|
and uuid = #{uuid}
|
|
|
|
@ -805,7 +804,6 @@
|
|
|
|
|
<if test="detailSort != null">
|
|
|
|
|
workPlaceCount=#{workPlaceCount},
|
|
|
|
|
</if>
|
|
|
|
|
|
|
|
|
|
</trim>
|
|
|
|
|
where uuid = #{uuid}
|
|
|
|
|
</update>
|
|
|
|
|