71911a8c by 肖初晴

【DAOP-1.0】数据需求

【功能点】测试问题处理
1 parent 03413ab4
......@@ -157,6 +157,9 @@ public class ProcessOrderRQVO {
@Schema(description = "关联合同信息")
private String linkContractInfoJson;
@Schema(description = "加工单位类型")
private String processCompanyType;
/**
* 负责人姓名
*/
......
......@@ -293,6 +293,7 @@ public class DemandServiceImpl extends FlowAbstractImpl implements DemandService
vo.setProcessState("N");
vo.setContactTel(bean.getContactInformation());
vo.setLinkContractInfoJson(bean.getContractAttachJson());
vo.setProcessCompanyType(bean.getProcessCompanyType());
if("人员".equals(bean.getProcessCompanyType())){
JSONArray array = new JSONArray();
JSONObject object = new JSONObject();
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!