BOM
hdy
2024-11-27 3d0e64b5192509aa6e5c66192d75dacd9dcd1044
billion-main/src/main/resources/mapper/da/DaTightenCollectionMapper.xml
@@ -30,7 +30,7 @@
            <if test="paramSetName != null  and paramSetName != ''"> and param_set_name like concat('%', #{paramSetName}, '%')</if>
            <if test="torqueStatus != null  and torqueStatus != ''"> and torque_status = #{torqueStatus}</if>
            <if test="angleStatus != null  and angleStatus != ''"> and angle_status = #{angleStatus}</if>
            <if test="collectTime != null "> and collect_time = #{collectTime}</if>
            <if test="startTime != null"> and collect_time BETWEEN #{startTime} and #{stopTime}</if>
        </where>
    </select>