修改贴息额度问题

This commit is contained in:
zhulianghua 2018-07-25 11:04:42 +08:00
parent 4ff8aec922
commit d25b470d46

View File

@ -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("产品贴息额已用完");
}
}
}