Commit 12e12970 by yao.xiao

修改-文章客户跟踪排序

parent b32b9cee
...@@ -12,5 +12,6 @@ ...@@ -12,5 +12,6 @@
WHERE os.practitioner_id = #{practitionerId,jdbcType=BIGINT} WHERE os.practitioner_id = #{practitionerId,jdbcType=BIGINT}
AND item_type = 1 AND item_type = 1
AND item_id = #{sharingId,jdbcType=BIGINT}) AND item_id = #{sharingId,jdbcType=BIGINT})
ORDER BY ost.track_in_time DESC
</select> </select>
</mapper> </mapper>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment