| | |
| | | <if test="dto.userId != null and dto.userId != ''"> |
| | | and userR.user_id = #{dto.userId} |
| | | </if> |
| | | <if test="dto.approvalStatus != null and dto.approvalStatus != ''"> |
| | | <if test="dto.approvalStatus != null"> |
| | | and userR.approval_status = #{dto.approvalStatus} |
| | | </if> |
| | | </select> |
| | |
| | | <if test="dto.userId != null and dto.userId != ''"> |
| | | and userR.user_id = #{dto.userId} |
| | | </if> |
| | | <if test="dto.approvalStatus != null and dto.approvalStatus != ''"> |
| | | <if test="dto.approvalStatus != null "> |
| | | and userR.approval_status = #{dto.approvalStatus} |
| | | </if> |
| | | </select> |