Commit 22e20994 by zhiwj

修改bug

parent a169ce63
......@@ -187,9 +187,9 @@
<if test="enterpriseId != null ">
and enterprise_id = #{enterpriseId}
</if>
<if test="userId != null ">
and user_id = #{userId}
</if>
<!-- <if test="userId != null ">
and user_id = #{userId}
</if>-->
<if test="itemType != null ">
and item_type = #{itemType}
</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