yonge %!s(int64=3) %!d(string=hai) anos
pai
achega
1f0685c98c

+ 0 - 4
cms/src/main/resources/config/mybatis/SysNewsInformationMapper.xml

@@ -125,12 +125,8 @@
 			<if test="type != null">
 				type_ = #{type},
 			</if>
-			<if test="onlineTime != null">
 				online_time_ = #{onlineTime},
-			</if>
-			<if test="offlineTime != null">
 				offline_time_ = #{offlineTime},
-			</if>
 			<if test="subType != null">
 				sub_type_ = #{subType},
 			</if>

+ 0 - 2
mec-biz/src/main/resources/config/mybatis/EmployeeMapper.xml

@@ -137,9 +137,7 @@
             <if test="demissionDate != null">
                 demission_date_ = #{demissionDate},
             </if>
-            <if test="deptId != null">
                 dept_id_ = #{deptId},
-            </if>
             <if test="deptIds != null">
                 dept_ids_ = #{deptIds},
             </if>