|
|
|
@ -264,6 +264,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
|
<update id="updateBaseTyreByEpc" parameterType="BaseTyre">
|
|
|
|
<update id="updateBaseTyreByEpc" parameterType="BaseTyre">
|
|
|
|
update base_tyre
|
|
|
|
update base_tyre
|
|
|
|
<trim prefix="SET" suffixOverrides=",">
|
|
|
|
<trim prefix="SET" suffixOverrides=",">
|
|
|
|
|
|
|
|
<if test="team != null and team != ''">team = #{team},</if>
|
|
|
|
<if test="deptId != null and deptId != ''">dept_id = #{deptId},</if>
|
|
|
|
<if test="deptId != null and deptId != ''">dept_id = #{deptId},</if>
|
|
|
|
</trim>
|
|
|
|
</trim>
|
|
|
|
where tyre_epc = #{tyreEpc}
|
|
|
|
where tyre_epc = #{tyreEpc}
|
|
|
|
|