| | |
| | | public class InsulatingDto { |
| | | |
| | | // 方法id |
| | | private Integer standardMethodListId; |
| | | private List standardMethodListId; |
| | | |
| | | // 芯数 |
| | | private List<String> num; |
| | |
| | | // 检验项 |
| | | private List<InsProduct> insProduct; |
| | | |
| | | // 方法ids |
| | | private List<Long> standardMethodListIds; |
| | | |
| | | } |
| | |
| | | private Integer insBushId; |
| | | |
| | | @ApiModelProperty("标准方法id") |
| | | private Long standardMethodListId; |
| | | private String standardMethodListId; |
| | | |
| | | //返回的20度常温的计算值(温度循环) |
| | | @TableField(exist = false ,select = false) |
| | |
| | | ip2.addAll(insProducts); |
| | | } |
| | | for (InsProduct product : ip2) { |
| | | product.setStandardMethodListId(Long.valueOf(a.getInsulating().getStandardMethodListId())); |
| | | product.setStandardMethodListId(a.getInsulating().getStandardMethodListIds().toString()); |
| | | } |
| | | addInsProductMethod(a.getId(), ip2); |
| | | } |
| | |
| | | ip2.addAll(insProducts); |
| | | } |
| | | for (InsProduct product : ip2) { |
| | | product.setStandardMethodListId(Long.valueOf(a.getAuxiliaryWireCore().getStandardMethodListId())); |
| | | product.setStandardMethodListId(a.getAuxiliaryWireCore().getStandardMethodListId().toString()); |
| | | } |
| | | addInsProductMethod(a.getId(), ip2); |
| | | } |
| | |
| | | <select id="findInsSampleAndOrder" resultType="com.ruoyi.inspect.vo.InsOrderPlanVO"> |
| | | select * from( |
| | | select * from( |
| | | SELECT a.*,ios.ins_state,ios.verify_tell,verify_user |
| | | SELECT a.*,ios.ins_state,ios.verify_tell,verify_user, |
| | | (select name from user where user.id = verify_user) AS check_name |
| | | FROM |
| | | ( |
| | | SELECT |