瀏覽代碼

代码错误修改

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}