Ver código fonte

优化代码

dzl 2 anos atrás
pai
commit
4864bef1f7

+ 2 - 1
build.gradle

@@ -113,7 +113,8 @@ project(':common'){
 
     configurations.compile.resolutionStrategy{
         failOnVersionConflict()
-
+        force 'org.freemarker:freemarker:2.3.31'
+        force 'ognl:ognl:3.1.29'
     }
 }
 

+ 1 - 1
common/src/main/java/com/behosoft/lis/wms/receipt/action/ReceiptAction.java

@@ -90,7 +90,7 @@ public class ReceiptAction extends ManagementAction<Receipt> {
 		this.queryModifierList.add(new AccountConstraint());
 		this.queryModifierList.add(new WarehouseConstraint());
 		this.queryModifierList.add(new CustomerConstraint());
-		this.queryModifierList.add(new ReceiptConstraint());
+//		this.queryModifierList.add(new ReceiptConstraint());
 	}
 
 	/**