提交 f83a5160f262528582929b5a4dd7f33e012447f7

作者 Shishutong
1 个父辈 4a2314fd

1.优化老师身份证信息

1 1 <?xml version="1.0" encoding="UTF-8"?>
2 2 <project version="4">
3 3 <component name="ChangeListManager">
4   - <list default="true" id="129454fc-5415-4c7e-9855-d0293355ede5" name="Default Changelist" comment="1.run文件改回原来版本">
  4 + <list default="true" id="129454fc-5415-4c7e-9855-d0293355ede5" name="Default Changelist" comment="1.修改老师身份证信息">
5 5 <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
6   - <change beforePath="$PROJECT_DIR$/logs/log.log" beforeDir="false" afterPath="$PROJECT_DIR$/logs/log.log" afterDir="false" />
7 6 <change beforePath="$PROJECT_DIR$/tools/fixture.py" beforeDir="false" afterPath="$PROJECT_DIR$/tools/fixture.py" afterDir="false" />
8 7 </list>
9 8 <option name="SHOW_DIALOG" value="false" />
... ... @@ -270,7 +269,7 @@
270 269 <workItem from="1690180441280" duration="3613000" />
271 270 <workItem from="1690248894302" duration="5537000" />
272 271 <workItem from="1690335249246" duration="4289000" />
273   - <workItem from="1690422699671" duration="5161000" />
  272 + <workItem from="1690422699671" duration="6148000" />
274 273 </task>
275 274 <task id="LOCAL-00001" summary="1.0.0&#10;首次提交">
276 275 <created>1671544396986</created>
... ... @@ -538,7 +537,14 @@
538 537 <option name="project" value="LOCAL" />
539 538 <updated>1690447562829</updated>
540 539 </task>
541   - <option name="localTasksCounter" value="39" />
  540 + <task id="LOCAL-00039" summary="1.修改老师身份证信息">
  541 + <created>1690450728850</created>
  542 + <option name="number" value="00039" />
  543 + <option name="presentableId" value="LOCAL-00039" />
  544 + <option name="project" value="LOCAL" />
  545 + <updated>1690450728850</updated>
  546 + </task>
  547 + <option name="localTasksCounter" value="40" />
542 548 <servers />
543 549 </component>
544 550 <component name="TypeScriptGeneratedFilesManager">
... ... @@ -569,7 +575,6 @@
569 575 <option name="oldMeFiltersMigrated" value="true" />
570 576 </component>
571 577 <component name="VcsManagerConfiguration">
572   - <MESSAGE value="1.0.1&#10;&#10;1.新增发送邮件" />
573 578 <MESSAGE value="1.0.2&#10;1.新增的专业与新增的院系id做关联&#10;2。新增教师用例&#10;3。已知bug优化" />
574 579 <MESSAGE value="版本:1.0.3&#10;1.新增班级逻辑判断&#10;2.新增实践课程逻辑判断&#10;3.补充Excel-班级&#10;4.补充Excel-实践课程&#10;4.补充Excel-教师" />
575 580 <MESSAGE value="版本:1.0.4&#10;1.新增实践课程用例&#10;2。新增学生相关的用例" />
... ... @@ -594,7 +599,8 @@
594 599 <MESSAGE value="1.1" />
595 600 <MESSAGE value="1.2" />
596 601 <MESSAGE value="1.run文件改回原来版本" />
597   - <option name="LAST_COMMIT_MESSAGE" value="1.run文件改回原来版本" />
  602 + <MESSAGE value="1.修改老师身份证信息" />
  603 + <option name="LAST_COMMIT_MESSAGE" value="1.修改老师身份证信息" />
598 604 </component>
599 605 <component name="XDebuggerManager">
600 606 <breakpoint-manager>
... ... @@ -691,7 +697,7 @@
691 697 </line-breakpoint>
692 698 <line-breakpoint suspend="THREAD" type="python-line">
693 699 <url>file://$PROJECT_DIR$/tools/fixture.py</url>
694   - <line>89</line>
  700 + <line>86</line>
695 701 <option name="timeStamp" value="60" />
696 702 </line-breakpoint>
697 703 <line-breakpoint suspend="THREAD" type="python-line">
... ...
... ... @@ -82,10 +82,7 @@ class RandomIdentification(object):
82 82 # aaa = radar.random_date("1980", "2022")
83 83 aaa = radar.random_date("1999", "2021")
84 84 yea = aaa.year # 生成年
85   - # HandleLog.log.error("---error---aaaa的值:".format(aaa))
86   - # HandleLog.log.info("---info---aaaa的值:".format(aaa))
87   - # HandleLog.log.log("---log---aaaa的值:".format(aaa))
88   - # print("---print---aaaa的值:".format(aaa))
  85 +
89 86
90 87 # yea = random.randint(1933, int(time.strftime("%Y"))) # 生成年
91 88 # 生成月
... ...
注册登录 后发表评论