Explorar o código

fix 处理常住人口数据

tjf %!s(int64=3) %!d(string=hai) anos
pai
achega
b08f885ce4
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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>