modules/mainPart/src/main/resources/mapper/project/ProjectDao.xml
@@ -14,6 +14,9 @@ <if test="tableName!=null"> and id not in (select project_id from ${tableName} where is_delete = 0) </if> <if test="tableName =='contract_review'"> and is_contract =1 </if> </where> <if test="orderBySql!=null"> ORDER BY ${orderBySql}