fllmoyu 4 tahun lalu
induk
melakukan
0902306d7d
1 mengubah file dengan 2 tambahan dan 2 penghapusan
  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}