Commit ae46716c0859a340176ad38bf28f18d533ea3757

Authored by “张旭”
1 parent 7db2744b

no message

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