Commit 04d3afaf authored by chenyuxi's avatar chenyuxi

feat: 拉E人事出差数据接口调整

parent 1cf9b753
...@@ -465,10 +465,10 @@ public class QiWeiServiceImpl extends ServiceImpl<EkpQiweiChuchaiMapper, EkpQiwi ...@@ -465,10 +465,10 @@ public class QiWeiServiceImpl extends ServiceImpl<EkpQiweiChuchaiMapper, EkpQiwi
reimburse.setFdBusinessLine(formData.getString("业务条线归属")); reimburse.setFdBusinessLine(formData.getString("业务条线归属"));
// 代为发起随行人员出差流程,标识含义:1:是;2:否 // 代为发起随行人员出差流程,标识含义:1:是;2:否
if(CommonConstants.ONE_STRING.equals(formData.getString("代为发起随行人员出差流程"))){ if(CommonConstants.ONE_STRING.equals(formData.getString("代为发起随行人员出差流程"))){
reimburse.setFdPersonTravelProcess(formData.getString("是")); reimburse.setFdPersonTravelProcess("是");
} }
if(CommonConstants.TWO_STRING.equals(formData.getString("代为发起随行人员出差流程"))){ if(CommonConstants.TWO_STRING.equals(formData.getString("代为发起随行人员出差流程"))){
reimburse.setFdPersonTravelProcess(formData.getString("否")); reimburse.setFdPersonTravelProcess("否");
} }
} }
......
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