chengf
2025-08-01 3ee0aee46457c3ec5546e077a91b290c0e0d15e8
java110-db/src/main/resources/mapper/common/MachineTranslateV1ServiceDaoImplMapper.xml
@@ -174,8 +174,8 @@
            select max(t.machine_translate_id) machineTranslateId
            from machine_translate t
            where t.status_cd = '0'
            and t.obj_id in
            <foreach collection="objIds" item="item" open="(" close=")" separator=",">
            <foreach collection="objIds" item="item" open="and t.obj_id in (" close=")" separator=",">
                #{item}
            </foreach>
            <if test="communityId !=null and communityId != ''">