Commit 0c349819 authored by 竹天卫's avatar 竹天卫

统计报表 时间修改

parent 2b633958
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
<select id="countByTable" resultType="cn.wise.sc.acquisition.business.model.vo.DataStatisticsTableVo"> <select id="countByTable" resultType="cn.wise.sc.acquisition.business.model.vo.DataStatisticsTableVo">
SELECT tw.Uid,tw.Rq,tw.Sj,tw.TruckID,'发货单位' as clientName,tpt.WorkType,tw.Mz,tw.Pz,tw.Jz SELECT tw.Uid,tw.Rq,tw.TruckID,'发货单位' as clientName,tpt.WorkType,tw.Mz,tw.Pz,tw.Jz
FROM T_Weight tw FROM T_Weight tw
left join T_Processes_Truck tpt on tpt.TruckID = tw.TruckID left join T_Processes_Truck tpt on tpt.TruckID = tw.TruckID
where 1=1 where 1=1
......
...@@ -28,11 +28,11 @@ public class DataStatisticsTableVo { ...@@ -28,11 +28,11 @@ public class DataStatisticsTableVo {
@ApiModelProperty("日期") @ApiModelProperty("日期")
private String Rq; private String Rq;
/** /* *//**
* 时间 * 时间
*/ *//*
@ApiModelProperty("时间") @ApiModelProperty("时间")
private String Sj; private String Sj;*/
/** /**
* 矿车编号 * 矿车编号
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment