标签绑定历史的排序问题
This commit is contained in:
parent
bbc9032b70
commit
f609921ada
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Reference in New Issue