opt
This commit is contained in:
@@ -1670,9 +1670,9 @@ public class StIvtIostorinvOutServiceImpl extends ServiceImpl<StIvtIostorinvOutM
|
|||||||
|
|
||||||
String end_device_code = "";
|
String end_device_code = "";
|
||||||
if("1".equals(flag)){
|
if("1".equals(flag)){
|
||||||
IsEndCode2(json);
|
end_device_code = IsEndCode2(json);
|
||||||
}else{
|
}else{
|
||||||
IsEndCode(json);
|
end_device_code = IsEndCode(json);
|
||||||
}
|
}
|
||||||
|
|
||||||
// 过滤此仓位的分配明细
|
// 过滤此仓位的分配明细
|
||||||
@@ -1815,9 +1815,9 @@ public class StIvtIostorinvOutServiceImpl extends ServiceImpl<StIvtIostorinvOutM
|
|||||||
|
|
||||||
String end_device_code = "";
|
String end_device_code = "";
|
||||||
if("1".equals(flag)){
|
if("1".equals(flag)){
|
||||||
IsEndCode2(json);
|
end_device_code = IsEndCode2(json);
|
||||||
}else{
|
}else{
|
||||||
IsEndCode(json);
|
end_device_code = IsEndCode(json);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user