增加石膏板,龙非龙,默认未非龙非泰山非梦牌

This commit is contained in:
yujh_java 2025-09-18 09:53:24 +08:00
parent 41b64c2ae2
commit c348b921db

View File

@ -30,6 +30,15 @@ public class SaleUtil {
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};
}