|
@@ -119,7 +119,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
<if test="status != null and status != ''">status,</if>
|
|
<if test="status != null and status != ''">status,</if>
|
|
<if test="createBy != null and createBy != ''">create_by,</if>
|
|
<if test="createBy != null and createBy != ''">create_by,</if>
|
|
<if test="remark != null and remark != ''">remark,</if>
|
|
<if test="remark != null and remark != ''">remark,</if>
|
|
- <if test="gridId, != null and gridId != ''">grid_id,</if>
|
|
|
|
|
|
+ <if test="gridId != null and gridId != ''">grid_id,</if>
|
|
create_time
|
|
create_time
|
|
)values(
|
|
)values(
|
|
<if test="deptId != null and deptId != ''">#{deptId},</if>
|
|
<if test="deptId != null and deptId != ''">#{deptId},</if>
|