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">