This commit is contained in:
		
							parent
							
								
									547e2fe5f5
								
							
						
					
					
						commit
						fbcf7961a4
					
				|  | @ -80,7 +80,7 @@ public class AfterApprovingSynchronizeRuleQMS implements IRule<SaleOrderVO> { | |||
|             singleObj.put("hth", contractNum); | ||||
|             singleObj.put("fplx", pmoHeadVO.getDbilldate().toString().substring(0, 10)); | ||||
|             if (null != pmoHeadVO.getCemployeeid()) { | ||||
|                 String sql = " select name from bd_psndoc where cuserid = '" + pmoHeadVO.getCemployeeid() + "' "; | ||||
|                 String sql = " select name from bd_psndoc where pk_psndoc = '" + pmoHeadVO.getCemployeeid() + "' "; | ||||
|                 String billmakerName = (String) baseDAO.executeQuery(sql, new ColumnProcessor()); | ||||
| 
 | ||||
|                 singleObj.put("xsy", billmakerName); | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue