id, userid, companyid, ismend, createdby, createddate, modifiedby, modifieddate
delete from patrolorder
where id = #{id,jdbcType=BIGINT}
update patrolorder
userid = #{userid,jdbcType=BIGINT},
companyid = #{companyid,jdbcType=BIGINT},
ismend = #{ismend,jdbcType=TINYINT},
createdby = #{createdby,jdbcType=VARCHAR},
createddate = #{createddate,jdbcType=TIMESTAMP},
modifiedby = #{modifiedby,jdbcType=VARCHAR},
modifieddate = #{modifieddate,jdbcType=TIMESTAMP},
where id = #{id,jdbcType=BIGINT}
update patrolorder
set userid = #{userid,jdbcType=BIGINT},
companyid = #{companyid,jdbcType=BIGINT},
ismend = #{ismend,jdbcType=TINYINT},
createdby = #{createdby,jdbcType=VARCHAR},
createddate = #{createddate,jdbcType=TIMESTAMP},
modifiedby = #{modifiedby,jdbcType=VARCHAR},
modifieddate = #{modifieddate,jdbcType=TIMESTAMP}
where id = #{id,jdbcType=BIGINT}