old mode 100644
new mode 100755
| | |
| | | { |
| | | "autoMove": true, |
| | | "id": "visitId", |
| | | "name": "repairReturnVisit", |
| | | "desc": "报修回访", |
| | | "shareParam": "communityId", |
| | | "shareColumn": "community_id", |
| | | "shareName": "community", |
| | | "tableName": "r_repair_return_visit", |
| | | "id": "xmlId", |
| | | "name": "oaWorkflowXml", |
| | | "desc": "OA流程图", |
| | | "shareParam": "storeId", |
| | | "shareColumn": "store_id", |
| | | "shareName": "oa", |
| | | "tableName": "oa_workflow_xml", |
| | | "param": { |
| | | "visitId": "visit_id", |
| | | "repairId": "repair_id", |
| | | "communityId": "community_id", |
| | | "visitPersonId": "visit_person_id", |
| | | "visitPersonName": "visit_person_name", |
| | | "visitType": "visit_type", |
| | | "context": "context", |
| | | "xmlId": "xml_id", |
| | | "flowId": "flow_id", |
| | | "storeId": "store_id", |
| | | "bpmnXml": "bpmn_xml", |
| | | "svgXml": "svg_xml", |
| | | "statusCd": "status_cd" |
| | | }, |
| | | "required": [ |
| | | { |
| | | "code": "repairId", |
| | | "msg": "报修单不能为空" |
| | | "code": "flowId", |
| | | "msg": "流程不能为空" |
| | | }, |
| | | { |
| | | "code": "visitPersonId", |
| | | "msg": "回访人不能为空" |
| | | }, |
| | | { |
| | | "code": "communityId", |
| | | "msg": "小区不能为空" |
| | | }, |
| | | { |
| | | "code": "context", |
| | | "msg": "回访内容不能为空" |
| | | "code": "bpmnXml", |
| | | "msg": "流程图不能为空" |
| | | } |
| | | ] |
| | | } |