@@ -31,7 +31,7 @@ func (this *ContractCommon) ApplyContractDetail() {
roleTypeCode := sysUser.RoleTypeCode
productId := services.GetProductId(roleTypeCode)
if productId == 0 {
- this.FailWithMessage("参数错误", "客户类型为:"+roleTypeCode)
+ this.FailWithMessage("当前账户类型异常", "客户类型为:"+roleTypeCode)
return
}
detail, err := company_contract.GetCompanyContractDetail(companyId, productId, companyContractId)