通报新增修改

dongdingding
董丁丁 2 years ago
parent 9031f5a3bc
commit c9bfa9e9f0

@ -73,8 +73,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<trim prefix="values (" suffix=")" suffixOverrides=",">
<if test="areaId != null">#{areaId},</if>
<if test="depName != null">#{depName},</if>
<if test="locationName != null">#{locationName},</if>
<if test="tbType != null">#{tbType},</if>
<if test="locationName != null">#{locationName},</if>
<if test="tbTime != null">#{tbTime},</if>
<if test="createId != null">#{createId},</if>
<if test="createBy != null">#{createBy},</if>

Loading…
Cancel
Save