fix bug
This commit is contained in:
parent
d1aa5f26e6
commit
99fe304cd7
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue