Commit f24998dc authored by hezhen's avatar hezhen

修改营收统计

parent b4d39ecd
...@@ -58,7 +58,7 @@ ...@@ -58,7 +58,7 @@
</if> </if>
<if test="branchId != null and branchId > 0"> <if test="branchId != null and branchId > 0">
and branch_id=#{branchId} and branch_id=#{branchId}
</if>0 </if>
<if test="dataCompanyIds != null and dataCompanyIds.size() > 0"> <if test="dataCompanyIds != null and dataCompanyIds.size() > 0">
and company_id in and company_id in
<foreach collection="dataCompanyIds" item="item" separator="," open="(" close=")"> <foreach collection="dataCompanyIds" item="item" separator="," open="(" close=")">
......
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