Commit 57abcef1 authored by 黄奎's avatar 黄奎

1

parent ba9fbe8f
...@@ -237,12 +237,18 @@ ...@@ -237,12 +237,18 @@
if (type == 1) { if (type == 1) {
query = { query = {
blank: "y", blank: "y",
RB_Branch_Id: this.msg.RB_Branch_Id,
RB_Department_Id: this.msg.RB_Department_Id,
EnterID: this.msg.EnterID,
} }
} }
//今日新增 //今日新增
else if (type == 2) { else if (type == 2) {
query = { query = {
EnterTime: Time, EnterTime: Time,
RB_Branch_Id: this.msg.RB_Branch_Id,
RB_Department_Id: this.msg.RB_Department_Id,
EnterID: this.msg.EnterID,
blank: "y", blank: "y",
} }
} }
...@@ -250,6 +256,9 @@ ...@@ -250,6 +256,9 @@
else if (type == 3) { else if (type == 3) {
query = { query = {
activation: 1, activation: 1,
RB_Branch_Id: this.msg.RB_Branch_Id,
RB_Department_Id: this.msg.RB_Department_Id,
EnterID: this.msg.EnterID,
blank: "y", blank: "y",
} }
} }
...@@ -258,6 +267,9 @@ ...@@ -258,6 +267,9 @@
query = { query = {
activationTime: Time, activationTime: Time,
activation: 1, activation: 1,
RB_Branch_Id: this.msg.RB_Branch_Id,
RB_Department_Id: this.msg.RB_Department_Id,
EnterID: this.msg.EnterID,
blank: "y", blank: "y",
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment