|
|
@@ -133,6 +133,7 @@ public class VendorServiceImpl extends CommonBaseServiceImpl<VendorMapper, Vendo
|
|
|
String mes = String.format(BizExceptionCode.LIMIT_PERIOD_VENDOR.getMessage(),YM);
|
|
|
throw new BizException(code , mes);
|
|
|
}
|
|
|
+ YM = beginDate;
|
|
|
}
|
|
|
ve_code = RegexpUtils.replaceSpecCharacter(ve_code);
|
|
|
String code = pushMaxnubmer(ve_code, main.getId());
|