Commit 8597d686 by “zcwang”

modify:负责人查询

parent fb46adce
Pipeline #44163 passed with stages
in 3 minutes 0 seconds
......@@ -215,14 +215,19 @@ public class ChangeFlowExportCallback implements DesCallbackService {
changeFlowExcelDTO.setStatus(MainSpuStatusEnum.getByStatus(spuTO.getStatus()));
}
ChangeGoodsPrincipalPO changeGoodsPrincipalPO = longChangeGoodsPrincipalPOMap.get(itemId);
changeFlowExcelDTO.setFunctionary(changeGoodsPrincipalPO.getFunctionaryName()
+ changeGoodsPrincipalPO.getFunctionaryEmail());
changeFlowExcelDTO.setPurchase(
changeGoodsPrincipalPO.getPurchaseName() + changeGoodsPrincipalPO.getPurchaseEmail());
changeFlowExcelDTO.setGoodsSqe(
changeGoodsPrincipalPO.getGoodsSqeName() + changeGoodsPrincipalPO.getGoodsSqeEmail());
changeFlowExcelDTO.setGoodsProjectName(
changeGoodsPrincipalPO.getGoodsProjectName() + changeGoodsPrincipalPO.getGoodsProjectEmail());
try {
changeFlowExcelDTO.setFunctionary(changeGoodsPrincipalPO.getFunctionaryName()
+ changeGoodsPrincipalPO.getFunctionaryEmail());
changeFlowExcelDTO.setPurchase(
changeGoodsPrincipalPO.getPurchaseName() + changeGoodsPrincipalPO.getPurchaseEmail());
changeFlowExcelDTO.setGoodsSqe(
changeGoodsPrincipalPO.getGoodsSqeName() + changeGoodsPrincipalPO.getGoodsSqeEmail());
changeFlowExcelDTO.setGoodsProjectName(
changeGoodsPrincipalPO.getGoodsProjectName() + changeGoodsPrincipalPO.getGoodsProjectEmail());
} catch (Exception e) {
log.debug("[getExportList] changeGoodsPrincipalPO has ex:{}",
JSON.toJSONString(changeGoodsPrincipalPO));
}
// 组装行动项相关信息
obtainChangeExec(changeExecRecord, changeFlowExcelDTO, userListInfo);
ChangeResultEnum resultEnum = ChangeResultEnum.getByStatus(record.getChangeResult());
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment