From 4a3404efc438b16044fd9170814e6545a3f86fae Mon Sep 17 00:00:00 2001 From: hjg <hjg@123.com> Date: 星期六, 20 一月 2024 18:32:22 +0800 Subject: [PATCH] 提交时无提单无法删除的问题 --- JavaSource/com/mandi/fendan/mapper/Fd_XSTDMXMapper.java | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/JavaSource/com/mandi/fendan/mapper/Fd_XSTDMXMapper.java b/JavaSource/com/mandi/fendan/mapper/Fd_XSTDMXMapper.java index 449409a..12ae025 100644 --- a/JavaSource/com/mandi/fendan/mapper/Fd_XSTDMXMapper.java +++ b/JavaSource/com/mandi/fendan/mapper/Fd_XSTDMXMapper.java @@ -162,18 +162,18 @@ " left join nc_hw hw on mx.tdmx_hwbh=hw.pkid and hw.state=1 " , " join xs_taskmonitor xt on mx.tdmx_fdywbh = xt.businessNo ", " join fd_bsheet on bsNo=tdmx_fdywbh and status='鍦ㄥ姙' " , - " where SdepartNo=#{sdepartNo} and xt.firstgbtime is not null and xt.lastgbtime is null and zcWc=0" + " where SdepartNo=#{sdepartNo} and xt.firstgbtime is not null and xt.lastgbtime is null" }) public List<Map> getHwList(String sdepartNo); - // 涔夌憺LED鏄剧ず 搴忓彿 杞﹀彿 瑁呰溅鍖� 鐘舵�� + /** 涔夌憺銆佺鎶�LED鏄剧ず 搴忓彿 杞﹀彿 瑁呰溅鍖� 鐘舵�� **/ @Select({ "select bs.numberplates,businessNo,zcWz,firstzxhtime," , "case WHEN EXISTS ( SELECT * FROM bussinessitems WHERE bussinessNo = x.businessNo ) THEN '鍦ㄨ'" , " when x.firstgbtime is not null then '寰呰' else '瀹屾垚' end zcStatus " , " from xs_taskmonitor x" , - " join bussinesssheet bs on x.businessNo=bs.bussinessNo" , - " where sdepartNo=#{sdepartNo} and x.lastgbtime is null and zcWc=0" + " join bussinesssheet bs on x.businessNo=bs.bussinessNo and bs.sstatus='鍦ㄥ姙' " , + " where sdepartNo=#{sdepartNo} and firstgbtime is not null and x.lastgbtime is null order by jctime" }) public List<Map> yRZcList(String sdepartNo); -- Gitblit v1.9.3