Compare commits
2 Commits
0430a42004
...
b41dfc7478
| Author | SHA1 | Date |
|---|---|---|
|
|
b41dfc7478 | |
|
|
5c45e2d39d |
|
|
@ -61,7 +61,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|||
<if test="authPerson != null">#{authPerson},</if>
|
||||
<if test="phone != null">#{phone},</if>
|
||||
<if test="updateBy != null">#{updateBy},</if>
|
||||
<if test="protocol != null">#{protocol},</if>
|
||||
1,
|
||||
NOW(),
|
||||
<if test="remark != null">#{remark},</if>
|
||||
<if test="companyId != null">#{companyId},</if>
|
||||
|
|
|
|||
Loading…
Reference in New Issue