|
|
|
@ -164,8 +164,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" |
|
|
|
<if test="businessScope != null and businessScope != ''">business_scope,</if> |
|
|
|
<if test="createTime != null ">create_time,</if> |
|
|
|
<if test="createBy != null and createBy != ''">create_by,</if> |
|
|
|
<if test="userId != null">user_id,</if> |
|
|
|
<if test="deptId != null">dept_id,</if> |
|
|
|
<if test="userId != null and userId != ''">userId,</if> |
|
|
|
<if test="deptId != null and deptId != ''">deptId,</if> |
|
|
|
<if test="isUnsubscribe != null">is_unsubscribe,</if> |
|
|
|
<if test="salt != null and salt != ''">salt,</if> |
|
|
|
<if test="enterpriseTel != null and enterpriseTel != ''">enterprise_tel,</if> |
|
|
|
@ -181,7 +181,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" |
|
|
|
<if test="legalPerson != null and legalPerson != ''">#{legalPerson},</if> |
|
|
|
<if test="registeredCapital != null and registeredCapital != ''">#{registeredCapital},</if> |
|
|
|
<if test="establishmentTime != null and establishmentTime != '' ">#{establishmentTime},</if> |
|
|
|
<if test="operatingTerm != null ">#{operatingTerm},</if> |
|
|
|
<if test="operatingTerm != null and operatingTerm != '' ">#{operating_term},</if> |
|
|
|
<if test="operatingTermEnd != null and operatingTermEnd != '' ">#{operatingTermEnd},</if> |
|
|
|
<if test="businessScope != null and businessScope != ''">#{businessScope},</if> |
|
|
|
<if test="createTime != null ">#{createTime},</if> |
|
|
|
|