a0e281aa by 肖初晴

【DAOP-1.0】数据需求

【功能点】测试问题处理
1 parent 71911a8c
...@@ -27,6 +27,9 @@ public class ProcessOrderRQVO { ...@@ -27,6 +27,9 @@ public class ProcessOrderRQVO {
27 */ 27 */
28 @Schema(description = "企业唯一标识") 28 @Schema(description = "企业唯一标识")
29 private String tenantGuid; 29 private String tenantGuid;
30
31 @Schema(description = "加工单位唯一标识")
32 private String processCompanyGuid;
30 33
31 /** 34 /**
32 * 公司名称 35 * 公司名称
......
...@@ -303,7 +303,7 @@ public class DemandServiceImpl extends FlowAbstractImpl implements DemandService ...@@ -303,7 +303,7 @@ public class DemandServiceImpl extends FlowAbstractImpl implements DemandService
303 vo.setProcessMemberJson(JSON.toJSONString(array)); 303 vo.setProcessMemberJson(JSON.toJSONString(array));
304 } 304 }
305 else if("公司".equals(bean.getProcessCompanyType())){ 305 else if("公司".equals(bean.getProcessCompanyType())){
306 vo.setTenantGuid(bean.getProcessCompanyGuid()); 306 vo.setProcessCompanyGuid(bean.getProcessCompanyGuid());
307 } 307 }
308 vo.setFileUrl(bean.getDataDemandFieldAttachJson()); 308 vo.setFileUrl(bean.getDataDemandFieldAttachJson());
309 309
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!