fanli/src/main/resource/mapping/order/CommonOrderMapper.xml
@@ -916,6 +916,12 @@ AND co.`co_third_create_time`>#{minTime} AND <![CDATA[ (co.`co_estimate`>= ${money} OR co.`co_eIncome`> ${money})]]> </if> <if test="payment != null">AND co.co_payment <![CDATA[<]]> #{payment} </if> ORDER BY co.co_third_create_time DESC LIMIT ${start},${count} ) A LEFT JOIN yeshi_ec_user u ON u.id = A.hb_uid </select>