Pārlūkot izejas kodu

fix 处理常住人口数据

tjf 3 gadi atpakaļ
vecāks
revīzija
b08f885ce4

+ 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>