src/main/resources/mapper/modules/OtcEntrustOrderMapper.xml
@@ -18,6 +18,9 @@ <if test="record.orderType!=null and record.orderType!=''"> and a.order_type= #{record.orderType} </if> <if test="record.status!=null and record.status!=''"> and a.status= #{record.status} </if> </if> </where> order by m.create_time desc