| | |
| | | <sql id="Base_Column_List"> |
| | | id, application_code, approval_id, applicant_user_id, applicant_name, dept_id, dept_name, application_date, application_reason, approval_status, attachment_url, current_flow_node_id, create_time, create_by, update_time, update_by, disabled |
| | | </sql> |
| | | <select id="pageListAudit" resultType="com.ruoyi.system.model.OaApprovalApplications"> |
| | | select * from oa_approval_applications |
| | | where 1=1 |
| | | <if test="query.userId != null "> |
| | | and applicant_user_id like concat('%',#{query.userId},'%') |
| | | </if> |
| | | </select> |
| | | |
| | | </mapper> |