|
@@ -1543,7 +1543,7 @@ public class TranProcessInfoServiceImpl extends ServiceImpl<TranProcessInfoMappe
|
|
|
.eq(TranCarInfo.QueryFiles.PROCESS_ID, id)
|
|
|
.eq(TranCarInfo.QueryFiles.DELETE_FLAG, NumberConstant.CONSTANT0)
|
|
|
.eq("three_tran_type","汽运")
|
|
|
- .orderBy("tran_car_no").orderBy("box_no"));
|
|
|
+ .orderBy("create_date").orderBy("box_no"));
|
|
|
//查看车次信息
|
|
|
List<TranCarInfo> tranCarInfoList2 = tranCarInfoService.selectList(new EntityWrapper<TranCarInfo>()
|
|
|
.eq(TranCarInfo.QueryFiles.PROCESS_ID, id)
|