Commit dc3bce06 authored by huyuchen's avatar huyuchen

huych-含风险项目商险不购买申请提交

parent 61251f62
......@@ -177,7 +177,6 @@ public class TInsuranceUnpurchaseApplyServiceImpl extends ServiceImpl<TInsurance
throw new RuntimeException(ResultConstants.NO_UNBUY_GETLOCK_DATA+CommonConstants.DOWN_LINE_STRING+e.getMessage());
}
try {
requestId = RedisDistributedLock.getLock(key, "10");
if (Common.isNotNull(requestId)) {
//字段长度校验
if (Common.isNotNull(tInsuranceUnpurchaseApply.getReasonInfo()) && tInsuranceUnpurchaseApply.getReasonInfo().length() > 200) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment