| | |
| | | if (null != api1208List && api1208List.size() > 0) { |
| | | api1203.setPch(apiData.getHwdm() + api1208List.get(0).getShnd()); |
| | | } |
| | | //设置质检编码(默认等同于入库质检单号) |
| | | //设置质检编码(默认等同于入库质检单号),若为船运,则设置为系统内船运的单号 |
| | | api1203.setZjbh(api1203.getRkjydh()); |
| | | |
| | | List<Api1202> api1202List = api1202Rep.getDataById(api1203.getRkywdh()); |
| | | if (null != api1202List && api1202List.size() > 0) { |
| | | if(api1202List.get(0).getYsgj().equals("3")){ |
| | | api1203.setZjbh(api1202List.get(0).getBizId().substring(2)); |
| | | } |
| | | } |
| | | //设置空属性为默认值 |
| | | changeObject(api1203); |
| | | return api1203; |
| | |
| | | } |
| | | } |
| | | } |
| | | api1403.setLrsl(lrsl); |
| | | api1403.setLcsl(lcsl); |
| | | api1403.setLrsl(lrsl/1000 + ""); |
| | | api1403.setLcsl(lcsl/1000 + ""); |
| | | |
| | | //设置空属性为默认值 |
| | | changeObject(api1403); |