Commit 85e8fc6f authored by 周健威's avatar 周健威

修改订单列表bug

parent 2480a1c5
...@@ -75,6 +75,9 @@ ...@@ -75,6 +75,9 @@
<if test="crtUser != null"> <if test="crtUser != null">
and crt_user = #{crtUser} and crt_user = #{crtUser}
</if> </if>
<if test="userId != null">
and user_id = #{userId}
</if>
<if test="crtCompanyId != null"> <if test="crtCompanyId != null">
and crt_company_id = #{crtCompanyId} and crt_company_id = #{crtCompanyId}
</if> </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