浏览代码

筹建完善

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>