|
|
|
@ -112,11 +112,11 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
|
|
<if test="instrument != null">instrument = #{instrument},</if> |
|
|
|
|
<if test="score != null">score = #{score},</if> |
|
|
|
|
<if test="weight != null">weight = #{weight},</if> |
|
|
|
|
<if test="stationCode != null">station_code = #{stationCode}</if> |
|
|
|
|
<if test="deletedTime != null">deleted_time = #{deletedTime},</if> |
|
|
|
|
<if test="createdBy != null">created_by = #{createdBy},</if> |
|
|
|
|
<if test="createdTime != null">created_time = #{createdTime},</if> |
|
|
|
|
<if test="updatedBy != null">updated_by = #{updatedBy},</if> |
|
|
|
|
<if test="updatedTime != null">updated_time = #{updatedTime},</if> |
|
|
|
|
updated_time = now(), |
|
|
|
|
</trim> |
|
|
|
|
where id = #{id} |
|
|
|
|