标签绑定历史的排序问题

This commit is contained in:
sxu 2024-04-20 13:03:41 +08:00
parent bbc9032b70
commit f609921ada
1 changed files with 1 additions and 0 deletions

View File

@ -96,6 +96,7 @@
<if test="companyId != null and companyId != ''"> and a.company_id = #{companyId}</if>
<if test="modelId != null and modelId != ''"> and mt.type_id= #{modelId}</if>
<if test="wpName != null and wpName != ''"> and mt3.type_name = #{wpName}</if>
order by a.bind_time desc
</select>
<select id="selectMaLabelBindByMaId" parameterType="Long" resultMap="MaLabelBindVOResult">