修改贴息额度问题
This commit is contained in:
parent
4ff8aec922
commit
d25b470d46
@ -61,7 +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 {
|
||||
throw new BusinessException("failed@产品贴息额已用完");
|
||||
this.setError_message("failed@产品贴息额已用完");
|
||||
throw new BusinessException("产品贴息额已用完");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user