浏览代码

bug修复

fllmoyu 4 年之前
父节点
当前提交
0902306d7d
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      common/src/main/resources/mapper/base/PersonInfo.xml

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

@@ -199,10 +199,10 @@
                 job_number = #{jobNumber,jdbcType=VARCHAR},
             </if>
             <if test="carNum != null">
-                car_num = #{carNum,jdbcType=VARCHAR}
+                car_num = #{carNum,jdbcType=VARCHAR},
             </if>
             <if test="hqSortNo != null">
-                hq_sort_no = #{hqSortNo,jdbcType=NUMERIC}
+                hq_sort_no = #{hqSortNo,jdbcType=NUMERIC},
             </if>
             <if test="hqStatus != null">
                 hq_status = #{hqStatus,jdbcType=VARCHAR}