Commit b9ed2ceb authored by 周健威's avatar 周健威

修改bug

parent cf8d2be0
...@@ -1494,7 +1494,7 @@ ...@@ -1494,7 +1494,7 @@
AND v.`category_id`= #{categoryId} AND v.`category_id`= #{categoryId}
</if> </if>
<if test="branchId != null and branchId > 0"> <if test="branchId != null and branchId > 0">
AND v.`subordinate_branch`= #{branchId} AND v.`manage_company_id`= #{branchId}
</if> </if>
<if test="state != null "> <if test="state != null ">
AND v.`state`= #{state} AND v.`state`= #{state}
......
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