Merge branch 'master' of http://121.40.234.130:7788/lyd/zhuzhouzhongwu
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -19,3 +19,4 @@ error_SystemAuthError=权限不足,操作失败
|
||||
error_SystemError=系统繁忙,稍后在试
|
||||
error_Update=更新失败
|
||||
error_isNull={0}查询信息不存在
|
||||
error_Empty=不允许为空
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -19,3 +19,4 @@ error_SystemAuthError=权限不足,操作失败
|
||||
error_SystemError=系统繁忙,稍后在试
|
||||
error_Update=更新失败
|
||||
error_isNull={0}查询信息不存在
|
||||
error_Empty=不允许为空
|
||||
|
||||
Reference in New Issue
Block a user