Commit 26908c22 by zhiwj

修改bug

parent 153c5191
......@@ -178,10 +178,12 @@
FROM
tab_evaluate_quick t1
WHERE
enterprise_id = #{enterpriseId} and status = 1
enterprise_id = #{enterpriseId}
<if test="tagType != null ">
and tag_type = #{tagType}
</if>
order by update_time desc
limit 1, 10
</select>
</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