修改消费明细列表查询接口

dev
徐杰盟 2024-01-03 14:23:14 +08:00
parent f824b3f4c9
commit 1e6ff6923e
2 changed files with 713 additions and 673 deletions

View File

@ -210,7 +210,8 @@ public class PrepayService {
" ,p.order_sn \n" + " ,p.order_sn \n" +
" ,p.arrive_time \n" + " ,p.arrive_time \n" +
" ,p.type \n" + " ,p.type \n" +
" ,a.supermarket_id \n" + " ,p.second_weight - p.first_weight net_weight\n" +
" ,a.supermarket_id \n" +
" ,s.`name` supermarket_name \n" + " ,s.`name` supermarket_name \n" +
" ,a.truck_license \n" + " ,a.truck_license \n" +
" ,a.weight \n" + " ,a.weight \n" +