jinlin
2024-02-21 09e19d4defad238ecf28a5749a4ce64904fa76b0
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;
    }
@@ -115,6 +117,7 @@
            configItemDto.getConfigItemChange().setCode(sysCodeRuleService.getNewCode(map));
            baseDao.insert(configItemDto.getConfigItemChange());
            changeId = configItemDto.getConfigItemChange().getId();
        }
        for (WarehouseConfigItem configItem : configItemDto.getConfigChangeList()) {
@@ -210,15 +213,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);*/