bug修复

This commit is contained in:
guo 2023-08-21 18:02:28 +08:00
parent c53ffe7780
commit 518e812f65

View File

@ -567,13 +567,13 @@
and f.company_sn = #{sn}
</if>
<if test="companyType == '3'.toString()">
#{sn}
and b.company_sn = #{sn}
</if>
<if test="companyType == '4'.toString()">
#{sn}
and a.project_sn = #{sn}
</if>
<if test="companyType == '5'.toString()">
#{sn}
and cp.company_sn = #{sn}
GROUP BY a.project_id
</if>
order by videoNum desc