|
|
|
@ -350,6 +350,12 @@
|
|
|
|
|
<update id="updateByPrimaryKeySelective">
|
|
|
|
|
update terminals
|
|
|
|
|
<set>
|
|
|
|
|
<if test="data.lineid != null">
|
|
|
|
|
line_id = #{data.lineid},
|
|
|
|
|
</if>
|
|
|
|
|
<if test="data.towerid != null">
|
|
|
|
|
tower_id = #{data.towerid},
|
|
|
|
|
</if>
|
|
|
|
|
<if test="data.cmdid != null">
|
|
|
|
|
cmdid = #{data.cmdid},
|
|
|
|
|
</if>
|
|
|
|
|