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 != ''">