|
@@ -62,6 +62,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<if test="educationName != null and educationName != ''">
|
|
|
and cet.education_name = #{educationName}
|
|
|
</if>
|
|
|
+ <if test="configName != null and configName != ''">
|
|
|
+ AND obc.config_name like concat('%', #{configName}, '%')
|
|
|
+ </if>
|
|
|
<if test="subjectId != null and subjectId != ''">
|
|
|
and (SELECT COUNT(obcg.id) FROM order_business_config_goods obcg where obcg.subject_id = #{subjectId} AND obcg.config_id = obc.id AND obcg.`status` = 1) > 0
|
|
|
</if>
|