INSERT INTO dispatch.bill_daily(`id`, `type`, `organization_id`, `created_time`,`date`,`bill_month_id`,`ope_count`,`head_count`)
(#{item.id}, #{item.type,typeHandler=org.apache.ibatis.type.EnumOrdinalTypeHandler}, #{item.orgId}, #{item.createdTime}, #{item.date},#{item.monthlyBillId}, #{item.opeCount}, #{item.headCount})