|
@@ -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)
|