浏览代码

未选中二级部门报错

caotao 5 年之前
父节点
当前提交
e8698d533d

+ 2 - 2
admin-ui/app/whepi/lingyun/lingyunUser.js

@@ -277,14 +277,14 @@ define(function (require) {
                         return
                       }
 
-                      var isBand = $form.formGet().isBand;
+                      // var isBand = $form.formGet().isBand;
                       var msStatus = $form.formGet().msStatus;
                       var isContact = $form.formGet().isContact;
                       var isSuspected = $form.formGet().isSuspected;
                       var isTrip = $form.formGet().isTrip;
                       var departmentId = $form.formGet().departmentId;
                       window.open(api('/sweepCode/exSelectLingyunUser?queryProperties='+queryProperties+"&unitId="+unitId + "&date="+date+
-                      '&msStatus='+msStatus+'&isContact='+isContact+'&isSuspected='+isSuspected+'&isTrip='+isTrip+ '&isBand='+isBand +'&departmentId=' + departmentId));
+                      '&msStatus='+msStatus+'&isContact='+isContact+'&isSuspected='+isSuspected+'&isTrip='+isTrip+ '&departmentId=' + departmentId));
                     }
                   },
                   {

+ 2 - 2
admin-ui/app/whepi/lingyun/lingyunUser2.js

@@ -254,14 +254,14 @@ define(function (require) {
                         $.yvan.msg('请选择导出时间');
                         return
                       }
-                      var isBand = $form.formGet().isBand;
+                      // var isBand = $form.formGet().isBand;
                       var msStatus = $form.formGet().msStatus;
                       var isContact = $form.formGet().isContact;
                       var isSuspected = $form.formGet().isSuspected;
                       var isTrip = $form.formGet().isTrip;
                       var departmentId = $form.formGet().departmentId;
                       window.open(api('/sweepCode/exSelectLingyunUser?queryProperties='+queryProperties+"&unitId=0&date="+date+
-                        '&msStatus='+msStatus+'&isContact='+isContact+'&isSuspected='+isSuspected+'&isTrip='+isTrip + '&isBand='+isBand +'&departmentId=' + departmentId));
+                        '&msStatus='+msStatus+'&isContact='+isContact+'&isSuspected='+isSuspected+'&isTrip='+isTrip + '&departmentId=' + departmentId));
                     }
                   },
                   {

+ 1 - 2
admin-ui/app/whepi/lingyun/lingyunUser7.js

@@ -276,14 +276,13 @@ define(function (require) {
                         $.yvan.msg('请选择导出时间');
                         return
                       }
-                      var isBand = $form.formGet().isBand;
                       var msStatus = $form.formGet().msStatus;
                       var isContact = $form.formGet().isContact;
                       var isSuspected = $form.formGet().isSuspected;
                       var isTrip = $form.formGet().isTrip;
                       var departmentId = $form.formGet().departmentId;
                       window.open(api('/sweepCode/exSelectLingyunUser?queryProperties='+queryProperties+"&unitId="+unitId + "&date="+date+
-                        '&msStatus='+msStatus+'&isContact='+isContact+'&isSuspected='+isSuspected+'&isTrip='+isTrip +'&isBand='+isBand + '&departmentId=' + departmentId));
+                        '&msStatus='+msStatus+'&isContact='+isContact+'&isSuspected='+isSuspected+'&isTrip='+isTrip +'&departmentId=' + departmentId));
                     }
                   },
                   {

+ 0 - 1
whepi-web/src/main/java/com/bofeng/entity/ExcelRiBaoLYBM4.java

@@ -399,7 +399,6 @@ public class ExcelRiBaoLYBM4 {
     @ExcelProperty(value = "个人上报状态", index = 4)
     private String reportStatusDesc = "";
 
-    @ExcelProperty(value = "是否迁移", index = 14)
     private String isBand="";
 
     private String oldOpenId="";