|
@@ -273,7 +273,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
) >0
|
|
) >0
|
|
</if>
|
|
</if>
|
|
<if test="businessId != null and businessId !='' ">
|
|
<if test="businessId != null and businessId !='' ">
|
|
- AND cb.business_id = #{businessId}
|
|
|
|
|
|
+ AND cb.id = #{businessId}
|
|
</if>
|
|
</if>
|
|
<if test="schoolId != null and schoolId !='' ">
|
|
<if test="schoolId != null and schoolId !='' ">
|
|
AND (
|
|
AND (
|