Compare commits

..

No commits in common. "b41dfc747897a63e9c49b09aaa29b803b97fbb2f" and "0430a420046472b701abf82b452c9f5754a6346e" have entirely different histories.

1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if test="authPerson != null">#{authPerson},</if> <if test="authPerson != null">#{authPerson},</if>
<if test="phone != null">#{phone},</if> <if test="phone != null">#{phone},</if>
<if test="updateBy != null">#{updateBy},</if> <if test="updateBy != null">#{updateBy},</if>
1, <if test="protocol != null">#{protocol},</if>
NOW(), NOW(),
<if test="remark != null">#{remark},</if> <if test="remark != null">#{remark},</if>
<if test="companyId != null">#{companyId},</if> <if test="companyId != null">#{companyId},</if>