add:页面国际化

This commit is contained in:
2025-12-05 09:48:07 +08:00
parent e0e8678001
commit c767b82934

View File

@@ -242,7 +242,6 @@ public class PdaTaskServiceImpl implements PdaTaskService {
if (ObjectUtil.isEmpty(data)) { if (ObjectUtil.isEmpty(data)) {
throw new BadRequestException("物料信息不能为空"); throw new BadRequestException("物料信息不能为空");
} }
for (int i = 0; i < data.size(); i++) { for (int i = 0; i < data.size(); i++) {
JSONObject jo = data.getJSONObject(i); JSONObject jo = data.getJSONObject(i);
String container_code = jo.getString("container_code"); String container_code = jo.getString("container_code");