Commit c87cd791 by jianan

零时薪资单11

parent bc668d6a
...@@ -564,6 +564,8 @@ public class PractitionerBasicInfoServiceImpl implements PractitionerBasicInfoSe ...@@ -564,6 +564,8 @@ public class PractitionerBasicInfoServiceImpl implements PractitionerBasicInfoSe
payScaleInfo.setDrpTitleCode(grade == null ? "null" : grade); payScaleInfo.setDrpTitleCode(grade == null ? "null" : grade);
payScaleInfo.setMonDtlPeriod(key); payScaleInfo.setMonDtlPeriod(key);
payScaleInfo.setLoginName(loginName); payScaleInfo.setLoginName(loginName);
payScaleInfo.setIsBasic("0");
// 处理时间,作为接口/searchStaffSalaryDetails的查询入参 // 处理时间,作为接口/searchStaffSalaryDetails的查询入参
if (StringUtils.isNotBlank(years) && StringUtils.isNotBlank(month)) { if (StringUtils.isNotBlank(years) && StringUtils.isNotBlank(month)) {
this.handleYearsAndMonth(years, month, payScaleInfo); this.handleYearsAndMonth(years, month, payScaleInfo);
......
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