ruoyi-service/ruoyi-order/src/main/resources/mapper/order/TChargingBillMapper.xml
@@ -13,7 +13,7 @@ and t1.status = #{req.state} </if> <if test="startTime1 != null and startTime1!=''"> and (t1.bill_time between #{startTime1} and #{startTime2} and (t1.bill_time between #{startTime1} and #{startTime2}) </if> <if test="req.uid != null and req.uid!=''"> and t1.id = #{req.uid}