浏览代码

no message

xingzai 1 年之前
父节点
当前提交
dd6bbbcc3f
共有 1 个文件被更改,包括 2 次插入2 次删除
  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)