查询值为空
要求返回值为Integer
SELECT IFNULL((
select id from t_customconfirminfo
where modulename= #{moduleName,jdbcType=VARCHAR}
and confirminfo= #{env,jdbcType=VARCHAR}
), 0)
查询值为空
要求返回值为Integer
SELECT IFNULL((
select id from t_customconfirminfo
where modulename= #{moduleName,jdbcType=VARCHAR}
and confirminfo= #{env,jdbcType=VARCHAR}
), 0)
2561
1139

被折叠的 条评论
为什么被折叠?
