wuxw
2023-12-26 7411ef8110abb9b8cedefd2b018521056f001063
java110-db/src/main/resources/mapper/oa/WorkPoolFileV1ServiceDaoImplMapper.xml
@@ -64,9 +64,7 @@
            , t.path_url= #{pathUrl}
        </if>
        <if test="workId !=null and workId != ''">
            , t.work_id= #{workId}
        </if>
        where 1=1
        <if test="fileId !=null and fileId != ''">
@@ -84,6 +82,9 @@
        <if test="fileType !=null and fileType != ''">
            and t.file_type= #{fileType}
        </if>
        <if test="workId !=null and workId != ''">
            and t.work_id= #{workId}
        </if>
    </update>