_factory.CreateDefault().Execute($" update `sub_jobtitle` set BasicPerforFee ={item.BasicPerforFee} WHERE AllotID={allotId} and JobTitle='{item.JobTitle}'; ");
_factory.CreateDefault().Execute(@$" update sub_subsidy t1 INNER JOIN `sub_jobtitle` t2 on t1.AllotID=t2.AllotID and t1.JobTitle=t2.JobTitle set