gongchunyi
16 小时以前 ccef20c2aa1bda974f2b7908cd106b46e556c86b
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>