|
|
@ -196,7 +196,7 @@
|
|
|
|
destinyType,
|
|
|
|
destinyType,
|
|
|
|
productsType, prepnUnit, prepnSpec, storageCondition, transportCondition, indate, packMatrial, majorType,
|
|
|
|
productsType, prepnUnit, prepnSpec, storageCondition, transportCondition, indate, packMatrial, majorType,
|
|
|
|
majorStatus, physicType, medicareType, bzgg,
|
|
|
|
majorStatus, physicType, medicareType, bzgg,
|
|
|
|
requireScanCode)
|
|
|
|
requireScanCode, detailSort)
|
|
|
|
values (#{id}, #{uuid},
|
|
|
|
values (#{id}, #{uuid},
|
|
|
|
#{originUuid},
|
|
|
|
#{originUuid},
|
|
|
|
#{nameCode},
|
|
|
|
#{nameCode},
|
|
|
@ -270,7 +270,7 @@
|
|
|
|
#{physicType},
|
|
|
|
#{physicType},
|
|
|
|
#{medicareType},
|
|
|
|
#{medicareType},
|
|
|
|
#{bzgg},
|
|
|
|
#{bzgg},
|
|
|
|
#{requireScanCode})
|
|
|
|
#{requireScanCode}.#{detailSort})
|
|
|
|
</insert>
|
|
|
|
</insert>
|
|
|
|
|
|
|
|
|
|
|
|
<insert id="insertUdiInfos" parameterType="java.util.List">
|
|
|
|
<insert id="insertUdiInfos" parameterType="java.util.List">
|
|
|
@ -283,7 +283,7 @@
|
|
|
|
allowNoProduct, allowNoSerial, spmc, cplx, hchzsb, cpdls, price, basicPrductRemak1, basicPrductRemak2,
|
|
|
|
allowNoProduct, allowNoSerial, spmc, cplx, hchzsb, cpdls, price, basicPrductRemak1, basicPrductRemak2,
|
|
|
|
basicPrductRemak3, basicPrductRemak4, basicPrductRemak5, basicPrductRemak6, basicPrductRemak7,
|
|
|
|
basicPrductRemak3, basicPrductRemak4, basicPrductRemak5, basicPrductRemak6, basicPrductRemak7,
|
|
|
|
basicPrductRemak8, updateTime, sfwblztlcp, cgzmraqxgxx, sfbjwycxsy, zdcfsycs, sfwwjbz, syqsfxyjxmj,
|
|
|
|
basicPrductRemak8, updateTime, sfwblztlcp, cgzmraqxgxx, sfbjwycxsy, zdcfsycs, sfwwjbz, syqsfxyjxmj,
|
|
|
|
mjfs, categoryName, pinyinInitial)
|
|
|
|
mjfs, categoryName, pinyinInitial, detailSort)
|
|
|
|
values
|
|
|
|
values
|
|
|
|
|
|
|
|
|
|
|
|
<foreach collection="udiInfoEntities" item="item" index="index"
|
|
|
|
<foreach collection="udiInfoEntities" item="item" index="index"
|
|
|
@ -342,7 +342,7 @@
|
|
|
|
#{item.basicPrductRemak8}, #{item.updateTime}, #{item.sfwblztlcp}, #{item.cgzmraqxgxx}, #{item.sfbjwycxsy},
|
|
|
|
#{item.basicPrductRemak8}, #{item.updateTime}, #{item.sfwblztlcp}, #{item.cgzmraqxgxx}, #{item.sfbjwycxsy},
|
|
|
|
#{item.zdcfsycs},
|
|
|
|
#{item.zdcfsycs},
|
|
|
|
#{item.sfwwjbz}, #{item.syqsfxyjxmj}, #{item.mjfs},
|
|
|
|
#{item.sfwwjbz}, #{item.syqsfxyjxmj}, #{item.mjfs},
|
|
|
|
#{item.categoryName}, #{item.pinyinInitial})
|
|
|
|
#{item.categoryName}, #{item.pinyinInitial}, #{item.detailSort})
|
|
|
|
</foreach>
|
|
|
|
</foreach>
|
|
|
|
</insert>
|
|
|
|
</insert>
|
|
|
|
|
|
|
|
|
|
|
@ -587,6 +587,10 @@
|
|
|
|
<if test="packMatrial != null">
|
|
|
|
<if test="packMatrial != null">
|
|
|
|
packMatrial=#{packMatrial},
|
|
|
|
packMatrial=#{packMatrial},
|
|
|
|
</if>
|
|
|
|
</if>
|
|
|
|
|
|
|
|
<if test="detailSort != null">
|
|
|
|
|
|
|
|
packMatrial=#{packMatrial},
|
|
|
|
|
|
|
|
</if>
|
|
|
|
|
|
|
|
|
|
|
|
</trim>
|
|
|
|
</trim>
|
|
|
|
WHERE nameCode = #{nameCode}
|
|
|
|
WHERE nameCode = #{nameCode}
|
|
|
|
and uuid = #{uuid}
|
|
|
|
and uuid = #{uuid}
|
|
|
@ -798,6 +802,10 @@
|
|
|
|
<if test="workPlaceCount != null">
|
|
|
|
<if test="workPlaceCount != null">
|
|
|
|
workPlaceCount=#{workPlaceCount},
|
|
|
|
workPlaceCount=#{workPlaceCount},
|
|
|
|
</if>
|
|
|
|
</if>
|
|
|
|
|
|
|
|
<if test="detailSort != null">
|
|
|
|
|
|
|
|
workPlaceCount=#{workPlaceCount},
|
|
|
|
|
|
|
|
</if>
|
|
|
|
|
|
|
|
|
|
|
|
</trim>
|
|
|
|
</trim>
|
|
|
|
where uuid = #{uuid}
|
|
|
|
where uuid = #{uuid}
|
|
|
|
</update>
|
|
|
|
</update>
|
|
|
@ -1003,6 +1011,9 @@
|
|
|
|
<if test="matrial != null">
|
|
|
|
<if test="matrial != null">
|
|
|
|
matrial=#{matrial},
|
|
|
|
matrial=#{matrial},
|
|
|
|
</if>
|
|
|
|
</if>
|
|
|
|
|
|
|
|
<if test="detailSort != null">
|
|
|
|
|
|
|
|
workPlaceCount=#{workPlaceCount},
|
|
|
|
|
|
|
|
</if>
|
|
|
|
</trim>
|
|
|
|
</trim>
|
|
|
|
where id = #{id}
|
|
|
|
where id = #{id}
|
|
|
|
</update>
|
|
|
|
</update>
|
|
|
@ -1168,6 +1179,9 @@
|
|
|
|
<if test="basicPrductRemak8 != null">
|
|
|
|
<if test="basicPrductRemak8 != null">
|
|
|
|
basicPrductRemak8=#{basicPrductRemak8},
|
|
|
|
basicPrductRemak8=#{basicPrductRemak8},
|
|
|
|
</if>
|
|
|
|
</if>
|
|
|
|
|
|
|
|
<if test="detailSort != null">
|
|
|
|
|
|
|
|
workPlaceCount=#{workPlaceCount},
|
|
|
|
|
|
|
|
</if>
|
|
|
|
<if test="pinyinInitial != null">
|
|
|
|
<if test="pinyinInitial != null">
|
|
|
|
pinyinInitial=#{pinyinInitial},
|
|
|
|
pinyinInitial=#{pinyinInitial},
|
|
|
|
</if>
|
|
|
|
</if>
|
|
|
|