qinqi 1 жил өмнө
parent
commit
85700fefd5

+ 1 - 1
wwwroot/main/FqcProductCheck/api/GetItemsDetail_WCF.ashx

@@ -44,7 +44,7 @@ public class GetItemsDetail_WCF : IHttpHandler
                      WHERE f.valueflag = '1'
                      and fg.valueflag = '1'
                      and fg.goodsid =@GOODSID@
-                     and d.dictionaryvalue = @DICTIONARYVALUE@ 
+                    and (d.dictionaryvalue = @DICTIONARYVALUE@  OR @DICTIONARYVALUE@='' OR @DICTIONARYVALUE@ IS NULL )
                      ORDER BY fd.XUHAO,fd.itemsdetailid ",
                 new CDAParameter("GOODSID", goodsid),
                 new CDAParameter("DICTIONARYVALUE", type)