Commit 2dfb6b95 by 朱亚洁

fixbug1022906

parent 77c7afbc
...@@ -146,7 +146,7 @@ ...@@ -146,7 +146,7 @@
AND a.robot_type = #{robotType} AND a.robot_type = #{robotType}
</if> </if>
<if test="readType != null"> <if test="readType != null">
AND m.read_type = #{readType} AND a.read_type = #{readType}
</if> </if>
</select> </select>
...@@ -174,7 +174,7 @@ ...@@ -174,7 +174,7 @@
AND a.robot_type = #{robotType} AND a.robot_type = #{robotType}
</if> </if>
<if test="readType != null"> <if test="readType != null">
AND m.read_type = #{readType} AND a.read_type = #{readType}
</if> </if>
GROUP BY a.id GROUP BY a.id
ORDER BY a.update_time DESC 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