소스 검색

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}