소스 검색

搜索条件增加 航线条件/订舱代理条件 支持

dongyongwei 4 년 전
부모
커밋
80fbf8b70f
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      ruoyi-warehouse/src/main/resources/mapper/quotation/TSeapriceMapper.xml

+ 2 - 0
ruoyi-warehouse/src/main/resources/mapper/quotation/TSeapriceMapper.xml

@@ -105,6 +105,8 @@
             <if test="fValiddate != null ">and s.f_validdate = #{fValiddate}</if>
             <if test="fBillstatus != null ">and s.f_billstatus = #{fBillstatus}</if>
             <if test="remarks != null  and remarks != ''">and remarks = #{remarks}</if>
+            <if test="fLineid != null  and fLineid != ''">and f_lineid = #{fLineid}</if>
+            <if test="fBookagentid != null  and fBookagentid != ''">and f_bookagentid = #{fBookagentid}</if>
         </where>
         ORDER BY s.f_id DESC
     </select>