Kaynağa Gözat

特批审核分成部门特批审核与董事长特批审核

anderx 1 yıl önce
ebeveyn
işleme
f3e5199921

+ 9 - 0
src/main/java/com/goafanti/order/bo/InputOrderNewListBo.java

@@ -29,6 +29,7 @@ public class InputOrderNewListBo {
      *  最大公出状态 0=未设置  1=已设置
      */
     private Integer maxStatus;
+    private Integer manageType;
 
     /**
      *  最大公出审核 0=未审核  1=已审核
@@ -38,6 +39,14 @@ public class InputOrderNewListBo {
     private  Integer pageNo;
     private Integer pageSize;
 
+    public Integer getManageType() {
+        return manageType;
+    }
+
+    public void setManageType(Integer manageType) {
+        this.manageType = manageType;
+    }
+
     public Integer getScoreStatus() {
         return scoreStatus;
     }

+ 3 - 0
src/main/java/com/goafanti/order/service/impl/OrderNewServiceImpl.java

@@ -1353,6 +1353,9 @@ public class OrderNewServiceImpl extends BaseMybatisDao<TOrderNewMapper> impleme
 		}
 		params.put("outsource", in.getOutsource());
 		params.put("scoreStatus", in.getScoreStatus());
+		if (in.getManageType()!=null){
+			params.put("manageType", in.getManageType());
+		}
 		return null;
 	}
 

+ 2 - 2
src/main/resources/props/config_local.properties

@@ -1,8 +1,8 @@
 dev.name=local
 jdbc.driverClassName=com.mysql.jdbc.Driver
 
-static.host=//static.jishutao.com/1.3.34
-#static.host=//172.16.1.187/1.3.34
+#static.host=//static.jishutao.com/1.3.34
+static.host=//172.16.1.187/1.3.34
 
 #jdbc.url=jdbc\:mysql://localhost:3306/aft20241122?useUnicode=true&characterEncoding=UTF-8&autoReconnect=true&useSSL=false
 #jdbc.url=jdbc\:mysql://localhost:3306/aft?useUnicode=true&characterEncoding=UTF-8&autoReconnect=true&useSSL=false