add:页面国际化
This commit is contained in:
@@ -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");
|
||||||
|
|||||||
Reference in New Issue
Block a user