代码提交

This commit is contained in:
liang.chao 2025-09-18 16:52:43 +08:00
parent 116484404c
commit ec4d0fadf8
2 changed files with 2 additions and 1 deletions

View File

@ -6,4 +6,5 @@ package com.bonus.web.controller.archive;
*/ */
public class FileTransferRecordController { public class FileTransferRecordController {
} }

View File

@ -349,7 +349,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
FROM FROM
da_ky_project da_ky_project
WHERE WHERE
del_flag = '0' and file_status = '1' del_flag = '1' and file_status = '1'
</select> </select>
</mapper> </mapper>