Commit 6dcdfbac by 阮思源

Merge branch 'zyj-fixbug-1022906' into 'master'

fixbug1022906

See merge request rays/pcloud-book!671
parents 77c7afbc 2dfb6b95
......@@ -146,7 +146,7 @@
AND a.robot_type = #{robotType}
</if>
<if test="readType != null">
AND m.read_type = #{readType}
AND a.read_type = #{readType}
</if>
</select>
......@@ -174,7 +174,7 @@
AND a.robot_type = #{robotType}
</if>
<if test="readType != null">
AND m.read_type = #{readType}
AND a.read_type = #{readType}
</if>
GROUP BY a.id
ORDER BY a.update_time DESC
......
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