java110-db/src/main/resources/mapper/common/CarInoutDetailServiceDaoImplMapper.xml
@@ -94,6 +94,9 @@ carNum,t.status_cd,t.status_cd statusCd,t.community_id,t.community_id communityId,t.b_id,t.b_id bId from car_inout_detail t where 1 =1 <if test="state !=null and state != ''"> and t.state = #{state} </if> <if test="inoutId !=null and inoutId != ''"> and t.inout_id= #{inoutId} </if>