|
@@ -201,8 +201,8 @@
|
|
|
<if test="carNum != null">
|
|
|
car_num = #{carNum,jdbcType=VARCHAR}
|
|
|
</if>
|
|
|
- <if test="isHq != null">
|
|
|
- is_hq = #{isHq,jdbcType=NUMERIC}
|
|
|
+ <if test="hqSortNo != null">
|
|
|
+ hq_sort_no = #{hqSortNo,jdbcType=NUMERIC}
|
|
|
</if>
|
|
|
<if test="hqStatus != null">
|
|
|
hq_status = #{hqStatus,jdbcType=VARCHAR}
|