bug修复
This commit is contained in:
parent
c53ffe7780
commit
518e812f65
@ -567,13 +567,13 @@
|
|||||||
and f.company_sn = #{sn}
|
and f.company_sn = #{sn}
|
||||||
</if>
|
</if>
|
||||||
<if test="companyType == '3'.toString()">
|
<if test="companyType == '3'.toString()">
|
||||||
#{sn}
|
and b.company_sn = #{sn}
|
||||||
</if>
|
</if>
|
||||||
<if test="companyType == '4'.toString()">
|
<if test="companyType == '4'.toString()">
|
||||||
#{sn}
|
and a.project_sn = #{sn}
|
||||||
</if>
|
</if>
|
||||||
<if test="companyType == '5'.toString()">
|
<if test="companyType == '5'.toString()">
|
||||||
#{sn}
|
and cp.company_sn = #{sn}
|
||||||
GROUP BY a.project_id
|
GROUP BY a.project_id
|
||||||
</if>
|
</if>
|
||||||
order by videoNum desc
|
order by videoNum desc
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user