src/main/resources/mapper/aftersalesservice/AfterSalesServiceMapper.xml
@@ -32,7 +32,7 @@ <if test="req.serviceType != null"> and service_type = #{req.serviceType} </if> order by update_time desc order by create_time desc </select> <select id="countAfterSalesService" resultType="com.ruoyi.aftersalesservice.dto.CountDto"> select @@ -42,4 +42,4 @@ group by status </select> </mapper> </mapper>