a0e281aa by 肖初晴

【DAOP-1.0】数据需求

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