注释调整

This commit is contained in:
mzr 2025-10-10 09:43:29 +08:00
parent ca39547e80
commit 65760a591f
2 changed files with 3 additions and 3 deletions

View File

@ -758,10 +758,10 @@ public class OnhandResource {
}
/**
* 查询现存量-思普PLM
* 查询现存量-高压
*
* @author mzr
* @date 2025/7/24
* @date 2025/10/01
*/
@POST
@Path("onhandQueryBatch")

View File

@ -68,7 +68,7 @@ public class BomToEpicMesPlugin implements IBackgroundWorkPlugin {
if (!data.isEmpty()) {
pushData(data, vos);
}
} // MATERIAL
}
} catch (Exception e) {
logDl.error("BomToEpicMesPlugin-exp:" + e.getMessage(), e);