注释调整
This commit is contained in:
parent
ca39547e80
commit
65760a591f
|
|
@ -758,10 +758,10 @@ public class OnhandResource {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 查询现存量-思普PLM
|
* 查询现存量-高压
|
||||||
*
|
*
|
||||||
* @author mzr
|
* @author mzr
|
||||||
* @date 2025/7/24
|
* @date 2025/10/01
|
||||||
*/
|
*/
|
||||||
@POST
|
@POST
|
||||||
@Path("onhandQueryBatch")
|
@Path("onhandQueryBatch")
|
||||||
|
|
|
||||||
|
|
@ -68,7 +68,7 @@ public class BomToEpicMesPlugin implements IBackgroundWorkPlugin {
|
||||||
if (!data.isEmpty()) {
|
if (!data.isEmpty()) {
|
||||||
pushData(data, vos);
|
pushData(data, vos);
|
||||||
}
|
}
|
||||||
} // MATERIAL
|
}
|
||||||
|
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
logDl.error("BomToEpicMesPlugin-exp:" + e.getMessage(), e);
|
logDl.error("BomToEpicMesPlugin-exp:" + e.getMessage(), e);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue