协议都为内部单位
This commit is contained in:
parent
18dbf81e27
commit
5c45e2d39d
|
|
@ -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>
|
||||||
<if test="protocol != null">#{protocol},</if>
|
1,
|
||||||
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>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue