瀏覽代碼

fix 处理常住人口数据

tjf 3 年之前
父節點
當前提交
b08f885ce4
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      boman-web-core/src/main/resources/mapper/CzrkMapper.xml

+ 1 - 1
boman-web-core/src/main/resources/mapper/CzrkMapper.xml

@@ -401,7 +401,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
             <if test="gender != null">#{gender},</if>
             <if test="age != null">#{age},</if>
             <if test="birthday != null">#{birthday},</if>
-            <if test="deptId != null">deptId,</if>
+            <if test="deptId != null">#{deptId},</if>
             <if test="idCard != null">#{idCard},</if>
             <if test="phoneNum != null">#{phoneNum},</if>
             <if test="code != null">#{code},</if>