jinlin
2024-03-08 6d41203724ed358d0a4a356a393ab673a82c6df6
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">