Browse Source

fix 修复燃料流水返回错误问题

杨兴卓 1 month ago
parent
commit
1d3ee8e517
1 changed files with 1 additions and 1 deletions
  1. 1 1
      xyzc-start/src/main/resources/mapper/WebStart/FuelFlowMapper.xml

+ 1 - 1
xyzc-start/src/main/resources/mapper/WebStart/FuelFlowMapper.xml

@@ -8,7 +8,7 @@
     <select id="queryFuelFlowList" resultType="com.xyzc.start.domain.vo.BaseUserFuelFlowVo">
         select buff.id           as id,
                buff.create_time,
-               buff.fuel_account as flow_account,
+               buff.fuel_account as fuel_account,
                buff.flow_type    as flowType
         from xy_base_user bu
                  left join xy_base_user_fuel_flow buff on bu.id = buff.base_user_id