소스 검색

筹建完善

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>