|
@@ -995,9 +995,9 @@ namespace TEAMModelOS.Controllers
|
|
|
trSurvey.tchLists = pa.gId;
|
|
|
trSurvey.pId = areaSurvey.id;
|
|
|
trSurvey.targetType = "research";
|
|
|
- if (areaSurvey.startTime <= 0)
|
|
|
+ if (trSurvey.startTime <= 0)
|
|
|
{
|
|
|
- areaSurvey.startTime = now;
|
|
|
+ trSurvey.startTime = now;
|
|
|
}
|
|
|
if (trSurvey.startTime > now)
|
|
|
{
|