发票传递

This commit is contained in:
lvleigang 2025-04-15 16:52:39 +08:00
parent 6e340195b5
commit c0cfccd595
1 changed files with 1 additions and 1 deletions

View File

@ -285,7 +285,7 @@ public class BusinessServiceImpl extends BaseService<BusinessEntity, String> imp
JSONObject saveDetailData = new JSONObject(); JSONObject saveDetailData = new JSONObject();
saveDetailData.put("field0004",detaildata.getJSONObject(i1).getString("StartDateTime"));//明细表-出发时间 saveDetailData.put("field0004",detaildata.getJSONObject(i1).getString("StartDateTime"));//明细表-出发时间
saveDetailData.put("field0005",detaildata.getJSONObject(i1).getString("StopDateTime"));//明细表-结束时间 saveDetailData.put("field0005",detaildata.getJSONObject(i1).getString("StopDateTime"));//明细表-结束时间
saveDetailData.put("field0022",detaildata.getJSONObject(i1).getString("BusinessDuration"));//明细表-出差时长 saveDetailData.put("field0022",detaildata.getJSONObject(i1).getString("DayValOfDuration"));//明细表-出差时长
if(detaildata.getJSONObject(i1).getString("BusinessVehicle") != null){// 明细表-交通工具 if(detaildata.getJSONObject(i1).getString("BusinessVehicle") != null){// 明细表-交通工具
if("0".equals(detaildata.getJSONObject(i1).getString("BusinessVehicle"))){ if("0".equals(detaildata.getJSONObject(i1).getString("BusinessVehicle"))){