guarantee-lsq преди 1 година
родител
ревизия
4ab4d9a4f8
променени са 1 файла, в които са добавени 3 реда и са изтрити 0 реда
  1. 3 0
      platform-dao/src/main/resources/mapper/preparation/PreparationRecordMapper.xml

+ 3 - 0
platform-dao/src/main/resources/mapper/preparation/PreparationRecordMapper.xml

@@ -14,6 +14,9 @@
         <if test="status != null ">
             and record.status = #{status}
         </if>
+        <if test="type != null ">
+            and record.type = #{type}
+        </if>
         <if test="remark != null and remark != ''">
             and record.remark = #{remark}
         </if>