Browse Source

Merge branch 'develop' into develop-green

hu 3 months ago
parent
commit
33dcec6e04
1 changed files with 5 additions and 1 deletions
  1. 5 1
      src/custom/restcontroller/webmanage/lsak3/item/item.java

+ 5 - 1
src/custom/restcontroller/webmanage/lsak3/item/item.java

@@ -314,8 +314,12 @@ public class item extends Controller {
                     sqlFactory.addParameter("widthschemeid",1);
                     sqlFactory.addParameter("lengthschemeid", 1);
                 }
+                if(fitemname.contains("内开隐形门")){
+                    sqlFactory.addParameter("pricingmetod", 2);
+                }else{
+                    sqlFactory.addParameter("pricingmetod", 1);
+                }
 
-                sqlFactory.addParameter("pricingmetod", 1);
 
             }else{
                 sqlFactory.addParameter("widthschemeid",0);