JavaSource/com/mandi/fendan/mapper/Fd_XSTDMXMapper.java
@@ -173,7 +173,7 @@ " when x.firstgbtime is not null then '待装' else '完成' end zcStatus " , " from xs_taskmonitor x" , " join bussinesssheet bs on x.businessNo=bs.bussinessNo and bs.sstatus='在办' " , " where sdepartNo=#{sdepartNo} and firstgbtime is not null and x.lastgbtime is null" " where sdepartNo=#{sdepartNo} and firstgbtime is not null and x.lastgbtime is null " }) public List<Map> yRZcList(String sdepartNo);