新增字段

This commit is contained in:
wenc000 2020-10-20 10:12:03 +08:00
parent bb6df2735f
commit 1668733b38

View File

@ -331,6 +331,9 @@
</if>
<if test="enterpriseLat != null">
enterprise_lat = #{enterpriseLat},
</if>
<if test="remarks != null">
remarks = #{remarks},
</if>
modifier = #{modifier},
gmt_modified = #{gmtModified}