修改贴息提示语
This commit is contained in:
parent
55d6719b75
commit
65cb8a5348
@ -61,8 +61,8 @@ public class BusinessApprovalStartAction extends BaseFlowStartAction{
|
||||
+ " values (replace(uuid(),'-',''), '" + this.getProductId() + "', '" + flowBussiness.getAttribute("flow_unid").toString() + "', '" + uuid.replaceAll("-", "") + "',"
|
||||
+ " " + discountValue + ", '" + this.CurUserID + "', '" + user.getOrgID() + "', replace(now(),'-','/'))"));
|
||||
} else {
|
||||
this.setError_message("failed@产品贴息额已用完");
|
||||
throw new BusinessException("产品贴息额已用完");
|
||||
this.setError_message("failed@产品额度已用完");
|
||||
throw new BusinessException("产品额度已用完");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user