Commit 9de84864 authored by Quxl's avatar Quxl

x

parent 7c92e1d8
...@@ -506,7 +506,6 @@ public class GoodsServiceImpl implements GoodsService { ...@@ -506,7 +506,6 @@ public class GoodsServiceImpl implements GoodsService {
@Override @Override
public Map<String, Map<String, Object>> queryStockPrice(String orgNo, String shopNo, String[] uidAry) { public Map<String, Map<String, Object>> queryStockPrice(String orgNo, String shopNo, String[] uidAry) {
List<String> args = new ArrayList<String>(); List<String> args = new ArrayList<String>();
//args.add("((t.sAgentContractNO is null or t.sAgentContractNO = '') and t.nGoodsID is null)");
for(String uid : uidAry) { for(String uid : uidAry) {
if(StringUtil.isBlank(uid)) { if(StringUtil.isBlank(uid)) {
continue; continue;
......
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