提交 1bc2e13e authored 作者: luzhangjian's avatar luzhangjian

feat:修正错误

上级 d96acc03
...@@ -41,7 +41,7 @@ ...@@ -41,7 +41,7 @@
and app_code = #{appCode} and app_code = #{appCode}
</if> </if>
<if test="organId!=null and organId!=''"> <if test="organId!=null and organId!=''">
and organId = #{organId} and organ_id = #{organId}
</if> </if>
<if test="orderStatus!=null and orderStatus!=''"> <if test="orderStatus!=null and orderStatus!=''">
and status = #{orderStatus} and status = #{orderStatus}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论