| | |
| | | @Select("select state from queue where type=1") |
| | | String Selectqueuestate(); |
| | | //判断铝框出片表是否有玻璃需要出 |
| | | @Select("SELECT * FROM `out_slice` where state=0 or state=0 order by id limit 1;") |
| | | @Select("SELECT * FROM `Out_slice.java` where state=0 or state=0 order by id limit 1;") |
| | | String SelectOutSlice(); |
| | | //判断铝框出片表是否有玻璃正在出片中 |
| | | @Select("SELECT count(*) FROM `out_slice` where state=1 or state=0 order by id limit 1;") |
| | | @Select("SELECT count(*) FROM `Out_slice.java` where state=1 or state=0 order by id limit 1;") |
| | | int SelectOutSliceshu(); |
| | | } |
| | | |