jinlin
2023-12-15 0a2013ac0a8356c4bdbc44ba05e622b54d9bebed
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}