| | |
| | | api1302.setLszdw(fz40Grain.getTempMin() == null ? 0.00 : fz40Grain.getTempMin()); |
| | | |
| | | //判断粮食最低温、平均温、最高温是否符合逻辑 |
| | | if(api1302.getLszdw() >= api1302.getLspjw()){ |
| | | if (api1302.getLszdw() >= api1302.getLspjw()) { |
| | | continue; |
| | | } |
| | | if(api1302.getLspjw() >= api1302.getLszgw()){ |
| | | if (api1302.getLspjw() >= api1302.getLszgw()) { |
| | | continue; |
| | | } |
| | | |
| | |
| | | |
| | | String[] points = point.split(","); |
| | | String result = ""; |
| | | if (c * h * l > points.length) { |
| | | return result; |
| | | } |
| | | for (int i = 1; i <= l; i++) { |
| | | for (int j = 1; j <= h; j++) { |
| | | for (int z = 1; z <= c; z++) { |