| | |
| | | @ApiModelProperty("oa附件url地址") |
| | | private String fileUrl; |
| | | |
| | | /** |
| | | * 是否是旧数据 |
| | | */ |
| | | @ApiModelProperty("是否是旧数据") |
| | | private Boolean isOldData; |
| | | |
| | | } |
| | |
| | | IfsInventoryQuantity ifsInventoryQuantity = ifsInventoryQuantityMapper.selectById(insOrder.getIfsInventoryId()); |
| | | //查询零件属性 |
| | | IfsPartPropsRecord ifsPartPropsRecord = ifsPartPropsRecordMapper.selectOne(Wrappers.<IfsPartPropsRecord>lambdaQuery() |
| | | .eq(IfsPartPropsRecord::getIfsInventoryId, ifsInventoryQuantity.getId())); |
| | | .eq(IfsPartPropsRecord::getIfsInventoryId, ifsInventoryQuantity.getId()).last("limit 1")); |
| | | if (Objects.nonNull(ifsPartPropsRecord)) { |
| | | enterFactoryReport.setOuterColor(StringUtils.equals(ifsPartPropsRecord.getOuterColor(),"/")?ifsPartPropsRecord.getInsulationColor():ifsPartPropsRecord.getOuterColor()); |
| | | } |
| | |
| | | iuh.file_url, |
| | | iuh.headline, |
| | | iuh.ins_order_id, |
| | | iuh.is_old_data, |
| | | coa.operation |
| | | from |
| | | ins_unqualified_handler iuh |
| | |
| | | oa: |
| | | oaHost: http://192.168.0.49:8000/oa_workflowrequest.asmx?wsdl |
| | | prodIp: http://192.168.21.53:7002/lims |
| | | unqualifiedProcessId: 715114 #ZTNS域OA流程id |
| | | unqualifiedProcessIdByKJNS: 861617 #KJNS域OA流程id |
| | | unqualifiedProcessId: 898113 #ZTNS域OA流程id |
| | | unqualifiedProcessIdByKJNS: 898113 #KJNS域OA流程id |
| | | |
| | | # 企业微信推送 |
| | | wechat: |