renqianlong 1 рік тому
батько
коміт
6cda05b22c

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

@@ -84,6 +84,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
         <if test="businessId != null and businessId != ''">
         AND oi.business_id = #{businessId}
         </if>
+        <if test="inputOrderSn != null and inputOrderSn != ''">
+            AND oi.input_order_sn = #{inputOrderSn}
+        </if>
         <if test="educationTypeId != null and educationTypeId != ''">
             AND oi.education_type_id = #{educationTypeId}
         </if>