Skip to content

Commit b5e50ee

Browse files
author
dengjun
committed
Merge branch 'dev' into feature/jc-withdrawn
2 parents a2192cd + f2480b5 commit b5e50ee

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/services/RoleProcessorService.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,13 @@ processCreate.schema = {
4242
global: Joi.smallint().required(),
4343
inCountry: Joi.smallint().required(),
4444
offShore: Joi.smallint().required(),
45+
niche: Joi.smallint().allow(null),
4546
rate30Global: Joi.smallint().allow(null),
47+
rate30Niche: Joi.smallint().allow(null),
4648
rate30InCountry: Joi.smallint().allow(null),
4749
rate30OffShore: Joi.smallint().allow(null),
4850
rate20Global: Joi.smallint().allow(null),
51+
rate20Niche: Joi.smallint().allow(null),
4952
rate20InCountry: Joi.smallint().allow(null),
5053
rate20OffShore: Joi.smallint().allow(null)
5154
}).required()).required(),

0 commit comments

Comments
 (0)