Commit 3c588e86 authored by 周健威's avatar 周健威

修改

parent 658d642e
......@@ -48,4 +48,6 @@ public class QueryOrderDTO extends PageParam {
private Integer refundStatus;
private Integer orderSign;
}
\ No newline at end of file
......@@ -62,6 +62,9 @@
select *
from base_order
<where>
<if test="orderSign != null">
and order_sign = #{orderSign}
</if>
<if test="crtUser != null">
and crt_user = #{crtUser}
</if>
......
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