Commit ae46716c0859a340176ad38bf28f18d533ea3757
1 parent
7db2744b
no message
Showing
1 changed file
with
3 additions
and
1 deletions
metaCode/Classes/Main/HomePage/Controller/DigitalAuth/工作相关页面/CNLiveVitaeAddWorkController.swift
| @@ -547,7 +547,6 @@ class CNLiveVitaeAddWorkController:CNLiveBaseViewController,UITableViewDataSourc | @@ -547,7 +547,6 @@ class CNLiveVitaeAddWorkController:CNLiveBaseViewController,UITableViewDataSourc | ||
| 547 | awardName = self.firAwardName | 547 | awardName = self.firAwardName |
| 548 | } | 548 | } |
| 549 | 549 | ||
| 550 | - | ||
| 551 | var startTime = "" | 550 | var startTime = "" |
| 552 | if firCell != nil{ | 551 | if firCell != nil{ |
| 553 | startTime = self.convertDateStringToMillisecondsString(dateString: firCell?.canjiaRightTitleLabel.text ?? "") ?? "" | 552 | startTime = self.convertDateStringToMillisecondsString(dateString: firCell?.canjiaRightTitleLabel.text ?? "") ?? "" |
| @@ -570,6 +569,9 @@ class CNLiveVitaeAddWorkController:CNLiveBaseViewController,UITableViewDataSourc | @@ -570,6 +569,9 @@ class CNLiveVitaeAddWorkController:CNLiveBaseViewController,UITableViewDataSourc | ||
| 570 | 569 | ||
| 571 | }else{ | 570 | }else{ |
| 572 | danWei = firCell?.banfaTextFiled.text ?? "" | 571 | danWei = firCell?.banfaTextFiled.text ?? "" |
| 572 | + if danWei.count == 0{ | ||
| 573 | + danWei = self.firAwardCompany | ||
| 574 | + } | ||
| 573 | } | 575 | } |
| 574 | }else{ | 576 | }else{ |
| 575 | danWei = self.firAwardCompany | 577 | danWei = self.firAwardCompany |