Browse Source

调整面损表关闭条件

fenghaifu 7 months ago
parent
commit
a17ea48a3b

+ 6 - 2
jeecg-boot-module-system/src/main/java/org/jeecg/modules/report/mapper/xml/FabricLossMapper.xml

@@ -63,7 +63,9 @@
 				inner join Vendor  d on a.cVenCode=d.cVenCode
 				inner join VendorClass e on d.cVCCode =e.cVCCode
 			WHERE
-				c.cInvCCode NOT LIKE '19%'
+				c.cInvCCode NOT LIKE '19%' and
+				((isnull(b.cbCloser,'absuser') <> 'asuser' and isnull(b.iReceivedQTY,0)+isnull(b.iArrQTY,0) <> 0)
+				or  isnull(b.cbCloser,'asuser')='asuser' )
 				AND (trim(a.cCode) LIKE '${code}%' and a.cCode not like '%样%')
 		) union all (
 			SELECT b.MODetailsID,e.cVCName,d.cVenName ,d.cVenAbbName ,a.cVenCode ,c.cInvCode,c.cInvName,c.cComUnitCode,
@@ -81,7 +83,9 @@
 				inner join VendorClass e on d.cVCCode =e.cVCCode
 				inner join Inventory h on h.cinvcode=g.cinvcode
 			WHERE
-				c.cInvCCode NOT LIKE '19%'
+				c.cInvCCode NOT LIKE '19%' and
+				((isnull(b.cbCloser,'absuser') <> 'asuser' and isnull(b.iReceivedQTY,0)+isnull(b.iArrQTY,0) <> 0)
+				or  isnull(b.cbCloser,'asuser')='asuser' )
 				AND (trim(a.cCode) LIKE '${code}%' and trim(g.cMoCode) LIKE '${code}%'
 					and a.cCode not like '%样%' and g.cMoCode not like '%样%')
 		)) as t1