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