<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>