he2802 преди 2 години
родител
ревизия
ed3e311330
променени са 1 файла, в които са добавени 3 реда и са изтрити 0 реда
  1. 3 0
      zhongzheng-system/src/main/resources/mapper/modules/order/OrderBusinessConfigMapper.xml

+ 3 - 0
zhongzheng-system/src/main/resources/mapper/modules/order/OrderBusinessConfigMapper.xml

@@ -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>