|
|
@@ -385,7 +385,7 @@ public class ShopAppTireInsuranceRegisterServiceImpl extends ServiceImpl<ShopApp
|
|
|
// 4. 创建理赔申请实体
|
|
|
ShopAppClaim claim = new ShopAppClaim();
|
|
|
// 5. 生成理赔单号
|
|
|
- String billNo = BillCodeUtil.getBillCodeByType(SecureUtil.getTenantId(), "LP");
|
|
|
+ String billNo = BillCodeUtil.getBillCodeByType(SecureUtil.getTenantId(), "BD");
|
|
|
if (!StringUtils.hasText(billNo) || billNo.length() < NumberEnum.FIFTEEN.number) {
|
|
|
return R.fail(HttpStatus.INTERNAL_SERVER_ERROR.value(), "生成系统编号失败");
|
|
|
}
|