Zhu Zhonghua
2025-04-08 5ae03cab2b50915fe326c1b65b8f918653d228f0
aps-modules/aps-system/src/main/resources/mapper/system/SysDeptMapper.xml
@@ -109,7 +109,7 @@
          <if test="email != null and email != ''">#{email},</if>
          <if test="status != null">#{status},</if>
          <if test="createBy != null and createBy != ''">#{createBy},</if>
          sysdate()
          now()
       )
   </insert>
   
@@ -125,7 +125,7 @@
          <if test="email != null">email = #{email},</if>
          <if test="status != null and status != ''">status = #{status},</if>
          <if test="updateBy != null and updateBy != ''">update_by = #{updateBy},</if>
          update_time = sysdate()
          update_time = now()
       </set>
       where dept_id = #{deptId}
   </update>