jinlin
2023-12-12 810d10eb373bb181ca0e155d8bed8433fd69ebc0
modules/mainPart/src/main/java/com/zt/life/modules/configItemChange/service/ConfigItemChangeService.java
@@ -89,8 +89,10 @@
     * @return
     */
    public List<ConfigItemChange> page(QueryFilter queryFilter) {
        List<ConfigItemChange> list= baseDao.getList(queryFilter.getQueryParams());
        workflowService.getRunFlow(list,"pzxbg");
        List<ConfigItemChange> list = baseDao.getList(queryFilter.getQueryParams());
        if (list.size() > 0) {
            workflowService.getRunFlow(list, "pzxbg");
        }
        return list;
    }
@@ -210,15 +212,15 @@
        try {
            ConfigItemChangeDto dataObj = this.getDto(null, id);
            String qaAuditorPath = "文件图片:"+ getFilesPath.getSignPath(Convert.toLong(dataObj.getConfigItemChange().getQaAuditorId()));
            String qaAuditorPath = "文件图片:" + getFilesPath.getSignPath(Convert.toLong(dataObj.getConfigItemChange().getQaAuditorId()));
            dataObj.getConfigItemChange().setQaAuditor(qaAuditorPath);
            String cmAuditorPath = "文件图片:"+getFilesPath.getSignPath(Convert.toLong(dataObj.getConfigItemChange().getCmAuditorId()));
            String cmAuditorPath = "文件图片:" + getFilesPath.getSignPath(Convert.toLong(dataObj.getConfigItemChange().getCmAuditorId()));
            dataObj.getConfigItemChange().setCmAuditor(cmAuditorPath);
            String implementerPath = "文件图片:"+getFilesPath.getSignPath(Convert.toLong(dataObj.getConfigItemChange().getImplementerId()));
            String implementerPath = "文件图片:" + getFilesPath.getSignPath(Convert.toLong(dataObj.getConfigItemChange().getImplementerId()));
            dataObj.getConfigItemChange().setImplementer(implementerPath);
            String approvalSignPath = "文件图片:"+getFilesPath.getSignPath(Convert.toLong(dataObj.getConfigItemChange().getApprovalId()));
            String approvalSignPath = "文件图片:" + getFilesPath.getSignPath(Convert.toLong(dataObj.getConfigItemChange().getApprovalId()));
            dataObj.getConfigItemChange().setApprovalSign(approvalSignPath);
            String warehouseOperatorPath = "文件图片:"+getFilesPath.getSignPath(Convert.toLong(dataObj.getConfigItemChange().getWarehouseOperatorId()));
            String warehouseOperatorPath = "文件图片:" + getFilesPath.getSignPath(Convert.toLong(dataObj.getConfigItemChange().getWarehouseOperatorId()));
            dataObj.getConfigItemChange().setWarehouseOperator(warehouseOperatorPath);
            /*String outboundOperatorPath = "文件图片:"+getFilesPath.getSignPath(Convert.toLong(dataObj.getConfigItemChange().getOutboundOperatorId()));
            dataObj.getConfigItemChange().setOutboundOperator(outboundOperatorPath);*/