This commit is contained in:
linfso 2025-01-06 05:38:03 +08:00
parent 351135c05a
commit 6aef8f297a

View File

@ -2081,7 +2081,7 @@
(4)已转单:展示当前登录帐号操作转单的记录 - 默认显示当月已转单的数据;
-->
<select id="getWaybillStatMap" parameterType="EmisWaybill" resultType="Map">
select tba.waitGotCount,tbb.hasDoCount,tbc.hasCancelCount,tbd.hasChangeToCount from (
select tba.waitGotCount,tbb.hasDoCount,tbc.hasCancelCount,tbd.hasChangeToCount,tbe.hasDispatchCount,tbf.hasSignCount from (
select count(1) as waitGotCount
from emis_waybill a
where a.del_flag='0'