wente
2024-03-10 b7919b3e9e362adc6b593df15eff3412a354c638
modules/mainPart/src/main/resources/mapper/basicInfo/ParamDataAssignDao.xml
@@ -16,10 +16,10 @@
        LEFT JOIN param_data_assign b ON b.product_id = a.id
        <where>
            a.is_delete = 0
            <if test="id!=null">
                and a.pid =${id}
            <if test="srcId!=null">
                and a.pid =${srcId}
            </if>
            <if test="id==null">
            <if test="srcId==null">
                and a.pid is null
            </if>
            <if test="whereSql!=null">