|
|
|
@ -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 and userId != ''">userId,</if> |
|
|
|
<if test="deptId != null and deptId != ''">deptId,</if> |
|
|
|
<if test="userId != null and userId != ''">user_id,</if> |
|
|
|
<if test="deptId != null and deptId != ''">dept_id,</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> |
|
|
|
|