This commit is contained in:
zhengxuming
2025-08-04 14:27:37 +08:00
6 changed files with 6 additions and 3 deletions

View File

@@ -669,9 +669,7 @@ public class PdaJBServiceImpl implements PdaJBService {
List<IOStorInvDisDto> disDtl = inBillService.getDisDtl(map);
// 类型转换
ArrayList<LinkedHashMap> tableMater = new ArrayList<>();
disDtl.forEach(item -> {
tableMater.add(JSONObject.parseObject(JSONObject.toJSONString(item), LinkedHashMap.class));
});
disDtl.forEach(item -> tableMater.add(JSONObject.parseObject(JSONObject.toJSONString(item), LinkedHashMap.class)));
jsonMst.put("tableMater", tableMater);
jsonMst.put("workorder_id", workorderId);
return jsonMst;

View File

@@ -19,3 +19,4 @@ error_SystemAuthError=权限不足,操作失败
error_SystemError=系统繁忙,稍后在试
error_Update=更新失败
error_isNull={0}查询信息不存在
error_Empty=不允许为空

View File

@@ -19,3 +19,4 @@ error_SystemAuthError=Insufficient permissions, operation failed
error_SystemError=The system is busy, please try again later
error_Update=Update failed
error_isNull={0}query is null
error_Empty=must not empty

View File

@@ -19,3 +19,4 @@ error_SystemAuthError=Keizinan tidak cukup, operasi gagal
error_SystemError=Sistemnya sibuk, tolong coba lagi nanti
error_Update=Kemaskini gagal
error_isNull={0}Pertanyaan Tidak ada
error_Empty=must not empty

View File

@@ -19,3 +19,4 @@ error_SystemAuthError=Keizinan tidak cukup, operasi gagal
error_SystemError=Sistemnya sibuk, tolong coba lagi nanti
error_Update=Kemaskini gagal
error_isNull={0}Pertanyaan Tidak ada
error_Empty=must not empty

View File

@@ -19,3 +19,4 @@ error_SystemAuthError=权限不足,操作失败
error_SystemError=系统繁忙,稍后在试
error_Update=更新失败
error_isNull={0}查询信息不存在
error_Empty=不允许为空