修改贴息提示语

This commit is contained in:
zhulianghua 2018-08-14 17:50:54 +08:00
parent 55d6719b75
commit 65cb8a5348

View File

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