Forráskód Böngészése

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

dongyongwei 4 éve
szülő
commit
80fbf8b70f

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