提交 2659756a authored 作者: 李秋林's avatar 李秋林

解决bug:删除<select>标签中的注释代码

上级 0e818f17
......@@ -86,10 +86,6 @@
</select>
<select id="findLatestClockByTemporaryId" resultMap="BaseResultMap">
-- select store_id, store_name,activity_pattern_id,activity_pattern
-- from temporary_activity_clock
-- where id = (select max(id) from temporary_activity_clock where temporary_id = #{temporaryId} and is_delete = 1);
select tac.store_id, tac.store_name, tac.activity_pattern_id, tac.activity_pattern
from temporary_activity_clock tac,
(select ps.id as store_id, tacl.id as clock_id
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论