|
@@ -51,7 +51,7 @@ import org.springblade.manager.feign.*;
|
|
|
import org.springblade.manager.vo.WbsTreeContractTreeVOS;
|
|
|
import org.springblade.manager.vo.WbsTreeContractVO8;
|
|
|
import org.springblade.manager.vo.WbsTreePrivateAddVO;
|
|
|
-import org.springblade.producer.bean.PushMessage;
|
|
|
+//import org.springblade.producer.bean.PushMessage;
|
|
|
import org.springblade.resource.feign.NewIOSSClient;
|
|
|
import org.springblade.system.cache.ParamCache;
|
|
|
import org.springblade.system.entity.DictBiz;
|
|
@@ -592,7 +592,7 @@ public class InformationWriteQueryController extends BladeController {
|
|
|
@PostMapping("/abolishOne")
|
|
|
@ApiOperationSupport(order = 24)
|
|
|
@ApiOperation(value = "单个废除")
|
|
|
- @PushMessage(clientId = ClientIdConstant.BUSINESS_CLIENT_ID)
|
|
|
+// @PushMessage(clientId = ClientIdConstant.BUSINESS_CLIENT_ID)
|
|
|
public R<Object> abolishOne(@RequestParam String primaryKeyId, @RequestParam String classify, @RequestParam String projectId, @RequestParam String contractId) {
|
|
|
//查询填报状态
|
|
|
InformationQuery businessData = this.informationQueryService.getOne(Wrappers.<InformationQuery>lambdaQuery().eq(InformationQuery::getWbsId, primaryKeyId).eq(InformationQuery::getClassify, classify).eq(InformationQuery::getType, 1));
|
|
@@ -616,7 +616,7 @@ public class InformationWriteQueryController extends BladeController {
|
|
|
@PostMapping("/abolishOne-sj")
|
|
|
@ApiOperationSupport(order = 24)
|
|
|
@ApiOperation(value = "单个废除-首件")
|
|
|
- @PushMessage(clientId = ClientIdConstant.BUSINESS_CLIENT_ID)
|
|
|
+// @PushMessage(clientId = ClientIdConstant.BUSINESS_CLIENT_ID)
|
|
|
public R<Object> abolishOneSJ(@RequestParam String primaryKeyId, @RequestParam String id, @RequestParam String projectId, @RequestParam String contractId) {
|
|
|
//查询填报状态
|
|
|
InformationQuery businessData = this.informationQueryService.getOne(Wrappers.<InformationQuery>lambdaQuery()
|
|
@@ -885,7 +885,7 @@ public class InformationWriteQueryController extends BladeController {
|
|
|
@PostMapping("/taskOne")
|
|
|
@ApiOperationSupport(order = 22)
|
|
|
@ApiOperation(value = "填报页单个上报")
|
|
|
- @PushMessage(clientId = ClientIdConstant.BUSINESS_CLIENT_ID)
|
|
|
+// @PushMessage(clientId = ClientIdConstant.BUSINESS_CLIENT_ID)
|
|
|
public R<Object> taskOne(@RequestBody StartTaskVO startTaskVO) {
|
|
|
InformationQuery businessData;
|
|
|
//此时的ids是当前节点的primaryKeyId但并不是业务数据ID,需要根据ids和classify去查询具体的业务ID
|
|
@@ -1036,7 +1036,7 @@ public class InformationWriteQueryController extends BladeController {
|
|
|
@PostMapping("/batchAbolish")
|
|
|
@ApiOperationSupport(order = 18)
|
|
|
@ApiOperation(value = "批量废除", notes = "质检的ids,试验的记录ids")
|
|
|
- @PushMessage(clientId = ClientIdConstant.BUSINESS_CLIENT_ID)
|
|
|
+// @PushMessage(clientId = ClientIdConstant.BUSINESS_CLIENT_ID)
|
|
|
public R<Object> batchAbolish(@RequestParam String ids, String primaryKeyId, @RequestParam String projectId, @RequestParam String contractId) {
|
|
|
Set<String> aopParamsSet = new HashSet<>();
|
|
|
aopParamsSet.add(SecureUtil.getUserId() + "," + projectId + "," + contractId);
|
|
@@ -1232,7 +1232,7 @@ public class InformationWriteQueryController extends BladeController {
|
|
|
@PostMapping("/batchTask")
|
|
|
@ApiOperationSupport(order = 17)
|
|
|
@ApiOperation(value = "批量上报")
|
|
|
- @PushMessage(clientId = ClientIdConstant.BUSINESS_CLIENT_ID)
|
|
|
+// @PushMessage(clientId = ClientIdConstant.BUSINESS_CLIENT_ID)
|
|
|
public R<Object> batchTask(@RequestBody StartTaskVO startTaskVO) {
|
|
|
// 1= 代表 试验 流程上报 2=试验 - 委托单上报 其他=质检或别的项目上报
|
|
|
Long appType = startTaskVO.getTrialSelfInspectionRecordId();
|