Commit 9d8aead6 by 裴大威

Merge branch 'feat-editGeneration' into 'master'

fix generation in (1,2,4)

See merge request rays/pcloud-book!132
parents d9fcb6da f2525723
...@@ -40,7 +40,7 @@ ...@@ -40,7 +40,7 @@
and generation=#{generation} and generation=#{generation}
</if> </if>
<if test="generation==null"> <if test="generation==null">
and generation in (1,2) and generation in (1,2,4)
</if> </if>
LIMIT 1 LIMIT 1
</select> </select>
......
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