xingzai 1 tahun lalu
induk
melakukan
dd6bbbcc3f
1 mengubah file dengan 2 tambahan dan 2 penghapusan
  1. 2 2
      controllers/company_apply.go

+ 2 - 2
controllers/company_apply.go

@@ -175,7 +175,7 @@ func (this *CompanyApplyController) ApplyContractHistoryList() {
 						}
 
 						if n.ChartPermissionId == utils.YAN_XUAN_KOU_DIAN_BAO_ID && pints > 0 {
-							n.PermissionName += "(" + fmt.Sprint(pints) + ")点"
+							n.PermissionName += "(" + fmt.Sprint(pints) + "点)"
 						}
 						checkList = append(checkList, n.ChartPermissionId)
 						checkItems = append(checkItems, n)
@@ -208,7 +208,7 @@ func (this *CompanyApplyController) ApplyContractHistoryList() {
 						}
 
 						if n.ChartPermissionId == utils.YAN_XUAN_KOU_DIAN_BAO_ID && pints > 0 {
-							n.PermissionName += "(" + fmt.Sprint(pints) + ")点"
+							n.PermissionName += "(" + fmt.Sprint(pints) + "点)"
 						}
 						//n.PermissionName += expMap[match.ExpensiveYx]
 						checkList = append(checkList, n.ChartPermissionId)