Ver código fonte

打印收据修改

wangli 4 anos atrás
pai
commit
3c4e016ba5

+ 3 - 2
smart-city-platform/src/main/resources/mapper/pay/PayInvoiceMapper.xml

@@ -183,10 +183,11 @@
     </select>
 
     <select id="getLastWaterUsedRecord"  resultType="com.bz.smart_city.dto.pay.payfee.PrintInvoiceData">
-		select top 1  reading ,recorddate
-	 from amount_waterusedamount
+		select  reading ,recorddate
+	 from pay_amount_waterusedamount
 	 where state=2 and site_id=#{siteId} and customer_id=#{customerId} and account_id=#{accountId} and update_date &lt; #{date}
 	 order by update_date desc
+	 limit 1
 	</select>