项目取值修改
This commit is contained in:
		
							parent
							
								
									78d588077c
								
							
						
					
					
						commit
						d002eea82c
					
				|  | @ -102,8 +102,10 @@ public class AfterSoSyncRuleGyMes implements IRule<SaleOrderVO> { | |||
|                             MMValueCheck.isNotEmpty(planMap.get(cmaterialvid))) { | ||||
|                         drawingNumber = planMap.get(cmaterialvid).getDef1(); | ||||
|                     } | ||||
|                     Object projectName = hybo.findColValue("bd_project", "project_name", " pk_project = '" + item.getCprojectid() + "' "); | ||||
| 
 | ||||
|                     Object projectName = getDefName("zdy-001", vdef6); | ||||
|                     // itemObj.put("entryName", pk_project); // ĎîÄżĂűłĆ | ||||
|                     // Object projectName = getDefName("zdy-001", vdef6); | ||||
| //                Object projectName = hybo.findColValue(ProjectHeadVO.getDefaultTableName(), ProjectHeadVO.PROJECT_NAME, ProjectHeadVO.PK_PROJECT + " = '" + item.getCprojectid() + "' "); | ||||
|                     String wlsql = " select code,name,graphid from bd_material where dr = 0 and pk_material = '" + item.getCmaterialvid() + "' "; | ||||
|                     Map<String, Object> mrlMap = (Map<String, Object>) baseDAO.executeQuery(wlsql, new MapProcessor()); | ||||
|  | @ -142,8 +144,9 @@ public class AfterSoSyncRuleGyMes implements IRule<SaleOrderVO> { | |||
|                             MMValueCheck.isNotEmpty(planMap.get(cmaterialvid))) { | ||||
|                         drawingNumber = planMap.get(cmaterialvid).getDef1(); | ||||
|                     } | ||||
|                     Object projectName = hybo.findColValue("bd_project", "project_name", " pk_project = '" + item.getCprojectid() + "' "); | ||||
| 
 | ||||
|                     Object projectName = getDefName("zdy-001", vdef6); | ||||
|                     // Object projectName = getDefName("zdy-001", vdef6); | ||||
|                     String wlsql = " select code,name,graphid from bd_material where dr = 0 and pk_material = '" + item.getCmaterialvid() + "' "; | ||||
|                     Map<String, Object> mrlMap = (Map<String, Object>) baseDAO.executeQuery(wlsql, new MapProcessor()); | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue