浏览代码

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

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>