<select id="getCanChangeProjectList" resultType="com.ctg.tght.dd.kyxm.modules.entity.MaPrjISProjectTd">
    select * from (
        select * from ma_prj_i_s_project_td where id not in (select origin_id from ma_prj_i_s_project_td_b where
    bpm_status != ${@com.ctg.tght.dd.kyxm.constant.KyxmConstant@KYXM_NB_BG_JS_CODE} and del = 0) and del = 0
    ) as t ${ew.customSqlSegment}
</select>

# To Be Continued!😎

Last Updated: 10/11/2021, 4:45:00 PM