ruoyi-system/src/main/resources/mapper/system/TErpIssueReportingMapper.xml
@@ -38,8 +38,8 @@ <if test="query.status != null"> AND status = #{query.status} </if> <if test="query.reportType != null"> AND report_type = #{query.reportType} <if test="query.reportType != null and query.query.reportUserId !=null"> AND report_type = #{query.reportType} and report_user_id =#{query.reportUserId} </if> <if test="query.createBy != null and query.createBy != ''"> AND create_by LIKE concat('%',#{query.createBy},'%')