yys
5 天以前 88eb00daf62e656f9c3613b3a24ee01743c1386e
src/main/resources/mapper/procurementrecord/ProcurementRecordMapper.xml
@@ -70,6 +70,9 @@
            <if test="req.timeStr != null and req.timeStr != ''">
                and t1.create_time like concat('%',#{req.timeStr},'%')
            </if>
            <if test="req.productModelId != null">
                and t1.product_model_id = #{req.productModelId}
            </if>
        </where>
    </select>
    <select id="list" resultType="com.ruoyi.procurementrecord.dto.ProcurementPageDto">