bug
jiangqs
2023-08-18 0b413f3fd67110cfd7752f27eb171bde06edc4b4
ruoyi-modules/ruoyi-system/src/main/resources/mapper/sys/SysDeptMapper.xml
@@ -105,6 +105,7 @@
          <if test="status != null">status,</if>
          <if test="createBy != null and createBy != ''">create_by,</if>
         <if test="dataScope != null and dataScope != ''">data_scope,</if>
         <if test="wxDeptId != null and wxDeptId != ''">wx_dept_id,</if>
          create_time
       )values(
          <if test="deptId != null and deptId != 0">#{deptId},</if>
@@ -118,6 +119,7 @@
          <if test="status != null">#{status},</if>
          <if test="createBy != null and createBy != ''">#{createBy},</if>
         <if test="dataScope != null and dataScope != ''">#{dataScope},</if>
         <if test="wxDeptId != null and wxDeptId != ''">#{wxDeptId},</if>
          sysdate()
       )
   </insert>