|
|
@ -74,7 +74,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" |
|
|
|
<if test="auditStatus != null and auditStatus != ''"> and audit_status = #{auditStatus}</if> |
|
|
|
<if test="applyUser != null and applyUser != ''"> and apply_user = #{applyUser}</if> |
|
|
|
</where> |
|
|
|
order by create_time desc,audit_status asc |
|
|
|
order by audit_status asc, create_time desc |
|
|
|
</select> |
|
|
|
|
|
|
|
<select id="selectQualityOrderReportById" parameterType="Long" resultMap="QualityOrderReportResult"> |
|
|
|