insert into cus_fielddata(scope, scopeid, id) values ('HrmCustomFieldByInfoType', #{scopeId}, #{id}) update hrmresource set JOBTITLE = #{jobTitle} where id in #{id} update cus_fielddata field100008=#{field100008}, field100006=#{field100006}, field100007=#{field100007}, field100005=#{field100005}, field100010=#{field100010}, field100009=#{field100009}, where scope = 'HrmCustomFieldByInfoType' and id = #{id} and scopeid = #{scopeId}