liujie
2023-05-26 f9de931c4457c2a6bfe395879e3b2f2bfd7d9692
src/main/java/com/stylefeng/guns/modular/system/dao/mapping/TQuoteMapper.xml
@@ -26,7 +26,7 @@
        left JOIN t_user t2 on t1.user_id =t2.id
        LEFT JOIN t_order t3 on t1.order_id = t3.e_zip_z
        LEFT JOIN t_port t4 on t3.`port` = t4.id
        where T1.state != 3
        where t1.state != 3
        <if test="sTime !=null">
            and t1.create_time between #{sTime} and #{eTime}
        </if>
@@ -39,6 +39,7 @@
        <if test="account !=null and account !=''">
            and t2.account =#{account}
        </if>
        group by t1.id
    </select>
    <select id="queryDemandListExport" resultType="com.stylefeng.guns.modular.system.model.DemandListVo">
        select t1.id,t2.id userId,t2.company_name companyName,