Commit 48977767 authored by 张永's avatar 张永

1

parent 32f68598
...@@ -408,6 +408,8 @@ public class GoodsServiceImpl implements GoodsService { ...@@ -408,6 +408,8 @@ public class GoodsServiceImpl implements GoodsService {
} catch (Exception e) { } catch (Exception e) {
//shopNo为空,没有登陆 //shopNo为空,没有登陆
} }
//需求 #16555
String sShopTypeID = "99999999999999"; String sShopTypeID = "99999999999999";
try { try {
String sqll = "select s.sPriceTypeID from tCustomer c, tShop s where c.sCustNO = s.sCustNO and s.sShopNO = ? "; String sqll = "select s.sPriceTypeID from tCustomer c, tShop s where c.sCustNO = s.sCustNO and s.sShopNO = ? ";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment