|
|
|
@ -118,7 +118,6 @@ public class RfidLiveServiceImpl extends ServiceImpl<RfidLiveMapper, RfidLive> i
|
|
|
|
return count(new QueryWrapper<RfidLive>()
|
|
|
|
return count(new QueryWrapper<RfidLive>()
|
|
|
|
.eq("street_Id", street.getId())
|
|
|
|
.eq("street_Id", street.getId())
|
|
|
|
.eq("direction", plcCmdInfo.getFromDirection())
|
|
|
|
.eq("direction", plcCmdInfo.getFromDirection())
|
|
|
|
.eq("side", plcCmdInfo.getFromSide())
|
|
|
|
|
|
|
|
.eq("`row`", plcCmdInfo.getFromRow())
|
|
|
|
.eq("`row`", plcCmdInfo.getFromRow())
|
|
|
|
.eq("`column`", plcCmdInfo.getFromColumn()).eq("rfid_Tray_Code",rfidTrayCode)) == 1;
|
|
|
|
.eq("`column`", plcCmdInfo.getFromColumn()).eq("rfid_Tray_Code",rfidTrayCode)) == 1;
|
|
|
|
|
|
|
|
|
|
|
|
|