java110-db/src/main/resources/mapper/store/ContractServiceDaoImplMapper.xml
@@ -406,10 +406,10 @@ <if test="contractNameLike !=null and contractNameLike != ''"> and t.contract_name like concat('%',#{contractNameLike},'%') </if> <if test="startTime !=null"> <if test="startTime !=null and startTime != ''"> and t.start_time= #{startTime} </if> <if test="endTime !=null "> <if test="endTime !=null and endTime != ''"> and t.end_time <= #{endTime} </if> <if test="queryStartTime !=null and queryStartTime != ''">