代码提交
This commit is contained in:
parent
116484404c
commit
ec4d0fadf8
|
|
@ -6,4 +6,5 @@ package com.bonus.web.controller.archive;
|
||||||
*/
|
*/
|
||||||
public class FileTransferRecordController {
|
public class FileTransferRecordController {
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue