内配订单推PLM调整

This commit is contained in:
mzr 2025-09-09 11:13:59 +08:00
parent 2f935db45f
commit 0fce6eb532
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ public class AfterApproveSyncPLMRule implements IRule<PMOAggVO> {
Object no = hybo.findColValue("bd_material", "code", "pk_material = '" + itemVO.getCmaterialvid() + "' ");
Object name = hybo.findColValue("bd_material", "name", "pk_material = '" + itemVO.getCmaterialvid() + "' ");
Object projectName = hybo.findColValue("bd_project", "projectName", " pk_project = '" + itemVO.getCprojectid() + "' ");
Object projectName = hybo.findColValue("bd_project", "project_name", " pk_project = '" + itemVO.getCprojectid() + "' ");
Object GSDM = hybo.findColValue("org_factory", "code", " pk_factory = '" + parentVO.getPk_org() + "' ");
request.put("no", no);