|
|
@@ -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)
|