增加业务参数

This commit is contained in:
zhangqinbin
2021-08-10 14:01:23 +08:00
parent 045546b340
commit 6c1da27a07

View File

@ -61,7 +61,6 @@
and biz_message_template.type = #{templatetype} and biz_message_template.type = #{templatetype}
</if> </if>
ORDER BY createtime DESC ORDER BY createtime DESC
LIMIT #{size}
</select> </select>
</mapper> </mapper>