增加石膏板,龙非龙,默认未非龙非泰山非梦牌
This commit is contained in:
parent
41b64c2ae2
commit
c348b921db
@ -30,6 +30,15 @@ public class SaleUtil {
|
|||||||
return new String[]{bo.getString("JZGZ"), bo.getString("JCMC"), bo.getString("TYPE_PP")};
|
return new String[]{bo.getString("JZGZ"), bo.getString("JCMC"), bo.getString("TYPE_PP")};
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
if (bbgsSource.equals("泰山石膏") && cpmcSource.equals("石膏板")) {
|
||||||
|
defaultProdCat = "非泰山";
|
||||||
|
}
|
||||||
|
if (bbgsSource.equals("龙牌") && cpmcSource.equals("石膏板")) {
|
||||||
|
defaultProdCat = "非龙牌";
|
||||||
|
}
|
||||||
|
if (bbgsSource.equals("梦牌") && cpmcSource.equals("石膏板")) {
|
||||||
|
defaultProdCat = "非梦牌";
|
||||||
|
}
|
||||||
return new String[]{defaultJzgz, defaultJcmc,defaultProdCat};
|
return new String[]{defaultJzgz, defaultJcmc,defaultProdCat};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user