Commit 101a2f47 by dong

fix20230111

parent 434128c2
......@@ -47,7 +47,9 @@ def project_stalker():
stalker_num1 += 1
if project_obj.sign_time and project_obj.project_stalker == '进展难点项目':
stalker_num2 += 1
if project_obj.sign_time and project_obj.project_stalker == '重点跟进项目':
if project_obj.sign_time and project_obj.project_stalker == '进展难点项目':
stalker_num3 += 1
if project_obj.sign_time and project_obj.investment_volume >= 100000:
stalker_num3 += 1
if project_obj.sign_time:
sign_num += 1
......
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