xuzhiheng 1 rok temu
rodzic
commit
825666875a
1 zmienionych plików z 0 dodań i 1 usunięć
  1. 0 1
      service/company.go

+ 0 - 1
service/company.go

@@ -297,7 +297,6 @@ func dclue(v, positionId, isTask, thispositionId int64) {
 		saleData := JyBiTidb.SelectBySql(`select * from dwd_f_crm_personnel_management where seat_number != "" and seat_number is not null`)
 		if saleData != nil && len(*saleData) > 0 {
 			for _, v := range *saleData {
-
 				if common.ObjToString(v["seat_number"]) == clueSeatNumber {
 					oldName = common.ObjToString(v["name"])
 				}