This commit is contained in:
sxu 2024-08-26 21:26:03 +08:00
parent d1aa5f26e6
commit 99fe304cd7
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if test="authPerson != null">auth_person,</if>
<if test="phone != null">phone,</if>
<if test="updateBy != null">update_by,</if>
<if test="protocol != null">protocol,</if>
protocol,
update_time,
<if test="remark != null">remark,</if>
<if test="companyId != null">company_id,</if>