update cm_mall_admin_user set status = #{validFlag} where id = #{id} INSERT INTO cm_mall_admin_user(account, accountName, PASSWORD, salt, organizeID, status, personnelType, ADDTIME, updateTime, delFlag) VALUES (#{account}, #{accountName}, #{password}, #{salt}, #{organizeId}, #{status}, #{personnelType}, #{addTime}, #{updateTime}, #{delFlag}) update cm_mall_admin_user account = #{account}, accountName = #{accountName}, password = #{password}, organizeID = #{organizeId}, status = #{status}, personnelType = #{personnelType}, updateTime = #{updateTime}, salt = #{salt} where id = #{id}