|
@@ -165,7 +165,7 @@ public class TranCarInfoServiceImpl extends ServiceImpl<TranCarInfoMapper, TranC
|
|
|
List<TranCarInfo> tranCarInfoList=this.selectList(new EntityWrapper<TranCarInfo>()
|
|
|
.eq("contract_no", tranCarInfo.getContractNo())
|
|
|
.eq(TranCarInfo.QueryFiles.DELETE_FLAG, NumberConstant.CONSTANT0)
|
|
|
- .orderBy("car_no", true));
|
|
|
+ .orderBy("tran_car_no", true));
|
|
|
return tranCarInfoList;
|
|
|
}
|
|
|
}
|