equipment/equipment-service/src/main/resources/config/mapper/equipment/SafeMaterialDetailInfoMapper.xml
@@ -170,9 +170,12 @@ <if test="query.rfid != null and query.rfid != '' "> and sd.rfid = #{query.rfid} </if> <if test="query.irStatus != null and query.irStatus != '' or query.irStatus == 0"> <if test="query.irStatus != null"> and sd.ir_status = #{query.irStatus} </if> <if test="query.smId != null"> and sd.sm_id = #{query.smId} </if> ORDER BY sd.create_time desc </select>