xiao547607 преди 4 години
родител
ревизия
8c67ba7ee9
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      common/src/main/resources/mapper/base/PersonInfo.xml

+ 2 - 2
common/src/main/resources/mapper/base/PersonInfo.xml

@@ -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}