提交 59e65566 作者: 刘明祎-运维用途

统计个数也需要加判断

上级 4fe2c853
流水线 #7419 已通过 于阶段
in 2 分 38 秒
......@@ -139,6 +139,9 @@
<if test=" preemptPhone != null and preemptPhone!='' ">
and rs.preempt_phone = #{preemptPhone}
</if>
<if test="orderStatus != null and orderStatus!='' ">
and sf.order_status = #{orderStatus}
</if>
<if test=" orderAttribute != null and orderAttribute!='' ">
and ri.order_attribute = #{orderAttribute}
</if>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论