Pu Zhibing
2025-01-04 4e7650b1fc3749bb44dcab796fdd978beb610a8d
ruoyi-modules/ruoyi-system/src/main/resources/mapping/system/SysRoleMapper.xml
@@ -101,6 +101,7 @@
          <if test="status != null and status != ''">status,</if>
          <if test="remark != null and remark != ''">remark,</if>
          <if test="createBy != null and createBy != ''">create_by,</if>
          <if test="shopId != null and shopId != ''">shop_id,</if>
          create_time
       )values(
          <if test="roleId != null and roleId != 0">#{roleId},</if>
@@ -110,6 +111,7 @@
          <if test="status != null and status != ''">#{status},</if>
          <if test="remark != null and remark != ''">#{remark},</if>
          <if test="createBy != null and createBy != ''">#{createBy},</if>
          <if test="shopId != null and shopId != ''">#{shopId},</if>
          sysdate()
       )
   </insert>