bug添加备注

This commit is contained in:
2025-05-23 09:21:02 +08:00
parent acb8eb9532
commit b86a29658e
9 changed files with 53 additions and 16 deletions

View File

@ -59,7 +59,7 @@
AND ys_flag=2
</when>
<when test="qo.status == 'wait'">
AND and s.status = #{qo.status} and ys_flag in (null,0)
AND s.status = #{qo.status} and ys_flag in (null,0)
</when>
<otherwise>
and s.status = #{qo.status}