|
|
@@ -1526,7 +1526,7 @@ ORDER BY
|
|
|
AND BCD.belongtoarea like concat('%', #{statisticsVo.belongtoarea}, '%')
|
|
|
</if>
|
|
|
<if test="statisticsVo.corpName != null and statisticsVo.corpName != ''">
|
|
|
- AND BCD.cname like concat('%', #{statisticsVo.corpName}, '%')
|
|
|
+ AND BCD.cname = #{statisticsVo.corpName}
|
|
|
</if>
|
|
|
<if test="statisticsVo.beginTime !=null and statisticsVo.beginTime != ''">
|
|
|
and BO.receipt_time >= #{statisticsVo.beginTime}
|