|
|
@@ -1920,6 +1920,9 @@ ORDER BY
|
|
|
'${member}'
|
|
|
</foreach>
|
|
|
</if>
|
|
|
+ <if test="statisticsVo.corpId != null and statisticsVo.corpId != ''">
|
|
|
+ and BO.corp_id = #{statisticsVo.corpId}
|
|
|
+ </if>
|
|
|
<if test="statisticsVo.code != null and statisticsVo.code != ''">
|
|
|
AND BGD.CODE like concat('%', #{statisticsVo.code}, '%')
|
|
|
</if>
|
|
|
@@ -1986,6 +1989,9 @@ ORDER BY
|
|
|
'${member}'
|
|
|
</foreach>
|
|
|
</if>
|
|
|
+ <if test="statisticsVo.corpId != null and statisticsVo.corpId != ''">
|
|
|
+ and BO.corp_id = #{statisticsVo.corpId}
|
|
|
+ </if>
|
|
|
<if test="statisticsVo.code != null and statisticsVo.code != ''">
|
|
|
AND BGD.CODE like concat('%', #{statisticsVo.code}, '%')
|
|
|
</if>
|