Browse Source

审批功能联调

dev-opt
ddmte32 7 months ago
parent
commit
b8966fb872
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      ruoyi-modules/management-platform/src/main/resources/mapper/managementPlatform/ApprovalInfoMapper.xml

+ 1
- 1
ruoyi-modules/management-platform/src/main/resources/mapper/managementPlatform/ApprovalInfoMapper.xml View File

@@ -31,7 +31,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if test="content != null and content != ''">content,</if>
<if test="applicantTime != null">applicant_time,</if>
<if test="applicantId != null and applicantId != ''">applicant_id,</if>
<if test="approverId != null and approverId != ''">approverId,</if>
<if test="approverId != null and approverId != ''">approver_id,</if>
<if test="title != null and title != ''">title,</if>
<if test="type != null and type != ''">type,</if>
<if test="url != null and url != ''">url,</if>


Loading…
Cancel
Save