|
@@ -213,7 +213,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
OR ( qb.type = 3 AND ga.type = 2 )
|
|
|
OR ( qb.type = 2 AND ga.type = 3 )) AND qb.subject_id = #{subjectId}
|
|
|
</if>
|
|
|
- ORDER BY g.update_time DESC
|
|
|
+ ORDER BY g.create_time DESC
|
|
|
</select>
|
|
|
|
|
|
<select id="selectDetail" parameterType="Long" resultMap="GoodsResultVo">
|