Browse Source

筹建完善

guarantee-lsq 1 year ago
parent
commit
4ab4d9a4f8

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