Commit 2ce6bf6b authored by 竹天卫's avatar 竹天卫

设备台账表 设备状态 isusing 改成 sbzt

地磅表  UID  改成 ID
parent 28933449
...@@ -35,7 +35,7 @@ ...@@ -35,7 +35,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,Convert(varchar(19),tw.Rq,120)as Rq,tw.TruckID,'发货单位' as clientName,tpt.WorkType,tw.Mz,tw.Pz,tw.Jz SELECT tw.ID as Uid,Convert(varchar(19),tw.Rq,120)as 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
......
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