Commit fcb0320a authored by 黄奎's avatar 黄奎

页面修改

parent b95a8e74
...@@ -462,7 +462,7 @@ WHERE 1=1 ...@@ -462,7 +462,7 @@ WHERE 1=1
nameof(RB_Student_ViewModel.StuSourceId), nameof(RB_Student_ViewModel.StuSourceId),
query.StuSourceId); query.StuSourceId);
} }
//查询未跟进的线索 //查询未跟进的线索
if (query.IsQueryNotAppointment == 1) if (query.IsQueryNotAppointment == 1)
{ {
builder.AppendFormat(" AND Exists(SELECT StuId FROM RB_Student_Appointment WHERE `Status`=0 AND t.StuId=StuId AND IFNULL(Feedback,'')='') "); builder.AppendFormat(" AND Exists(SELECT StuId FROM RB_Student_Appointment WHERE `Status`=0 AND t.StuId=StuId AND IFNULL(Feedback,'')='') ");
......
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